本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
huangjiajun
/
community_team
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
1
master
huangjiajun
3 天之前
父節點
dd3d8b847a
當前提交
69d86515e8
共有
1 個檔案被更改
,包括
3 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
app/svc/svc_store.go
+ 3
- 0
app/svc/svc_store.go
查看文件
@@ -450,6 +450,9 @@ func GetStoreId(c *gin.Context) string {
if utils.StrToInt(storeId) == 0 {
storeId = c.GetHeader("StoreId")
}
if utils.StrToInt(storeId) == 0 {
storeId = c.GetHeader("Store_id")
}
return storeId
}
func Store(c *gin.Context) {
Write
Preview
Loading…
取消
儲存