|
@@ -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,
|