Browse Source

支付接口传值

yy 3 years ago
parent
commit
10717e3e98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/PersonalCenter/ExaminationPayment/PayDetails.vue

+ 1 - 1
src/views/PersonalCenter/ExaminationPayment/PayDetails.vue

@ -77,7 +77,7 @@ export default {
77 77
        xhr.setRequestHeader('content-type', 'application/json;charset=UTF-8')
78 78
        xhr.setRequestHeader('Authorization', 'Bearer 1');
79 79
        var data = {
80
            enroll_id:'0b716740f24544939d40685c02333ddb'
80
          enroll_id: this.form.uuid
81 81
        };
82 82
        xhr.send(JSON.stringify(data));
83 83