作者 wangyushan

1212

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