Commit 242fd04d authored by 何怡红's avatar 何怡红

测试

parent 6e886ef2
...@@ -164,16 +164,16 @@ onLoad(() => { ...@@ -164,16 +164,16 @@ onLoad(() => {
success(info) { success(info) {
// info.data: // info.data:
// { uAvatar: '', uIdCardNo: '', uMobile: '', uName: '', uNickname: '', uid: '' } // { uAvatar: '', uIdCardNo: '', uMobile: '', uName: '', uNickname: '', uid: '' }
xma.request({ xma.request({
url: 'https://onemoment.gywb.cn/back/one-visit/one-visit/web/oneVisit/getXinhuaDecrypt', // 仅为示例,并非真实接口地址。 url: 'https://onemoment.gywb.cn/back/one-visit/one-visit/web/oneVisit/getXinhuaDecrypt',
method: 'POST',
data: { data: {
appid: '1189460cc5b4392645d83435ff2686ee', appid: '1189460cc5b4392645d83435ff2686ee',
systemcode: 'one-centre', systemCode: 'one-centre',
type: 'sgy', type: 'sgy',
encryptDataMap: info.data, encryptDataMap: info.data,
}, },
success: (res) => { success(res) {
console.log(111); console.log(111);
console.log(res.data); console.log(res.data);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment