a
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user