This commit is contained in:
邹宗楠
2023-08-21 11:32:17 +08:00
parent 3024f1ba5e
commit ecfcceba0b
2 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ func TestReloadStoreSku(t *testing.T) {
}
func TestRetailGet(t *testing.T) {
result, err := api.RetailGet("17886205", "mtcode_1664518383900835894")
result, err := api.RetailGet("18048546", "305011012")
if err != nil {
t.Fatal(err)
}

View File

@@ -36,7 +36,7 @@ func CallBackResultInfo(err error) *CallBackResult {
return &CallBackResult{
Success: true,
ErrCode: "SUCCESS",
ErrMsg: "",
ErrMsg: "成功",
}
}
return &CallBackResult{
@@ -52,7 +52,7 @@ func CallBackResultSign(err error) *CallBackResult {
return &CallBackResult{
Success: true,
ErrCode: "SUCCESS",
ErrMsg: "",
ErrMsg: "成功",
}
}