This commit is contained in:
邹宗楠
2023-09-25 18:36:23 +08:00
parent bf7364b7c1
commit dd9f657333
6 changed files with 31 additions and 6 deletions

View File

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