This commit is contained in:
richboo111
2023-07-12 15:28:08 +08:00
parent 733e37a966
commit 22b5683e4c
2 changed files with 4 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ const (
SuccessMsg = "success" //成功 msg
FailCode = -1
FailMsg = "fail"
//SFShopStoreID = "3243279847393" //默认以一个店铺发单
SFShopStoreID = "3263670062849" //默认以一个店铺发单
//SFShopStoreID = "3263670062849" //测试店铺ID
SFShopStoreID = "3270246375697" //正式店铺ID
DefaultVersion = 19 //参照文档主版本号填写 如文档版本号1.9,version=19推荐使用版本19
)