瀏覽代碼

feat: api代理利润截流

max 5 月之前
父節點
當前提交
8d01b8a32d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,