Browse Source

:zap: 优化代码

smallchill 7 năm trước cách đây
mục cha
commit
9e2860216f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/tool/code.js

+ 1 - 1
src/api/tool/code.js

@@ -17,7 +17,7 @@ export const build = (ids) => {
     method: 'post',
     params: {
       ids,
-      key: 'saber'
+      system: 'saber'
     }
   })
 }