rename 'idcode' to 'idNo'
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user