| | |
| | | send_type: 'register', |
| | | mob: this.phoneNo, |
| | | timestamp: Utils.getCurrentTime(), |
| | | ID: '20200522115033857N9C7S41G77G31OT52QN' |
| | | // ID: '20200522115033857N9C7S41G77G31OT52QN' |
| | | ID: '202009091111401359QCBR94T2GFGBO25PG6' |
| | | } |
| | | |
| | | param.LText = md5(`${this.phoneNo}mingke${window.GLOB.appkey}${param.timestamp}`) |
| | |
| | | timestamp: Utils.getCurrentTime() |
| | | } |
| | | |
| | | if (this.$route.query.partner_id) { |
| | | param.partner_id = this.$route.query.partner_id |
| | | } |
| | | |
| | | param.LText = md5(`${window.GLOB.appkey}mingke${this.phoneNo}${this.email}`) |
| | | param.secretkey = md5(`${param.LText}mingke${param.timestamp}`) |
| | | |