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

View File

@@ -2431,6 +2431,7 @@ func RefreshCouponsStatus(ctx *jxcontext.Context) (err error) {
return err
}
func CreateStoreAcctOrder(ctx *jxcontext.Context, orderType, storeID, price int) (err error) {
return err
func CreateStoreAcctOrder(ctx *jxcontext.Context, orderType, storeID, price int) (acctOrder *model.AcctOrder, err error) {
return acctOrder, err
}