Browse Source

feat: api代理利润截流

max 5 months ago
parent
commit
8d01b8a32d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/api/service/open.ts

+ 1 - 1
src/modules/api/service/open.ts

@@ -85,7 +85,7 @@ export class EasyOpenService extends BaseService {
   /*
     记录用户的订单数据来源
   */
-  async save_user_order(orderInfo, params, type: OrderType, baseOrderInfo) {
+  async save_user_order(orderInfo, params, type: OrderType, baseOrderInfo?:any) {
     try {
       let openOrderObj: any = {
         mch_id: this.ctx.admin.merchant.mchId,