Commit 051ba2c8 by 姜雷

Merge branch 'develop' into test

parents ac6bf567 11b15c3c
...@@ -26,8 +26,11 @@ const createFetch = (basePath: string) => { ...@@ -26,8 +26,11 @@ const createFetch = (basePath: string) => {
header: token header: token
? { ? {
token: token, token: token,
reqSource: 'wxmini',
} }
: {}, : {
reqSource: 'wxmini',
},
url: basePath + entity.url, url: basePath + entity.url,
}).then(({ data }: ResponseEntity) => { }).then(({ data }: ResponseEntity) => {
if (data.code === 1000) { if (data.code === 1000) {
......
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