rename 'idcode' to 'idNo'

This commit is contained in:
Luk Lu
2019-10-13 07:44:45 +08:00
parent 0203a754ae
commit 657529838f
6 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ import http from '@/utils/http';
export async function kyc1(kyc1info: object) {
// console.info('进入了 service.ts 调用 kyc1......')
const { ok, msg } = await http.post('/user/kyc1', kyc1info);
const { ok, msg } = await http.post('/user/verify', kyc1info);
if (ok) {
return true;
}