Browse Source

修改取值方式

lex-xin 4 years ago
parent
commit
f1d0161a7c

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-b2cee760.23f936df.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-b2cee760.e6d70865.js


+ 1 - 1
src/views/adapayAccount/api.js

@@ -34,6 +34,6 @@ export function createSettleAccount(data) {
   return request({
     url: api + '/adapay/createSettleAccount',
     method: 'post',
-    data: data
+    data: qs.stringify(data)
   })
 }

Some files were not shown because too many files changed in this diff