This commit is contained in:
richboo111
2023-09-26 18:32:04 +08:00
9 changed files with 46 additions and 19 deletions

View File

@@ -36,6 +36,8 @@ const (
MsgTypeStoreAuditStatusChanged = "storeAuditStatusChanged"
MsgTypeSkuDelete = "skuDelete"
MsgTypeStoreBind = "storeBind"
MsgTypeOrderAgree = "agree" // 同意退款回调
)
type CallbackResponse struct {

View File

@@ -93,7 +93,7 @@ func TestRetailCatDelete(t *testing.T) {
}
func TestRetailList(t *testing.T) {
result, err := api.RetailList("18900165", 2100, 100)
result, err := api.RetailList("18900165", 1, 100)
if err != nil {
t.Fatal(err)
}