作者 wangyushan

1212

@@ -6,9 +6,8 @@ export const rqs = (url, data, method) => { @@ -6,9 +6,8 @@ export const rqs = (url, data, method) => {
6 data: data || {}, 6 data: data || {},
7 method: method || 'POST', 7 method: method || 'POST',
8 header: { 8 header: {
9 -  
10 token: uni.getStorageSync('token'), 9 token: uni.getStorageSync('token'),
11 - // token: '0773886a-f121-42e5-913a-ababf48e959e', 10 + // token: '48030bcf-798c-4593-be36-d43a87b645ff',
12 success: (res) => { 11 success: (res) => {
13 console.log('调用成功'); 12 console.log('调用成功');
14 resolve(res) 13 resolve(res)