diff --git a/pages/verification/stepOne.vue b/pages/verification/stepOne.vue index c4f3820..9d36051 100644 --- a/pages/verification/stepOne.vue +++ b/pages/verification/stepOne.vue @@ -206,7 +206,7 @@ export default { this.newData.coupon = JSON.stringify(this.newData.coupon); let params = { type: 2, - shop_id: this.axios_data.id, + imei: this.axios_data.id, user_id: this.tenantId, number_of_people: +this.newData.userNum, amount_receivable: this.newData.totalMoney,