This website works better with JavaScript.
Home
Explore
Help
Sign In
huangjiajun
/
community_team
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
1
master
huangjiajun
3 days ago
parent
dd3d8b847a
commit
69d86515e8
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
app/svc/svc_store.go
+ 3
- 0
app/svc/svc_store.go
View File
@@ -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…
Cancel
Save