Explorar el Código

add default name

EthnaYeh %!s(int64=6) %!d(string=hace) años
padre
commit
3c98c40ba5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/agnetManagement.js

+ 1 - 1
src/api/agnetManagement.js

@@ -19,7 +19,7 @@ export function createAgent(data) {
19 19
     url: '/agents',
20 20
     method: 'post',
21 21
     data: {
22
-      name: data.name,
22
+      name: `101俱樂部_推推_代理商_OA01_${data.name}`,
23 23
       feeRatio: data.feeRatio
24 24
     }
25 25
   })