This commit is contained in:
苏尹岚
2021-02-24 17:01:19 +08:00
parent 70a95b1de0
commit 6b77f9f7c9
3 changed files with 13 additions and 1 deletions

View File

@@ -2430,3 +2430,7 @@ func RefreshCouponsStatus(ctx *jxcontext.Context) (err error) {
task.GetID()
return err
}
func CreateStoreAcctOrder(ctx *jxcontext.Context, orderType, storeID, price int) (err error) {
return err
}