实名认证

parent ba7ee117
......@@ -10,7 +10,7 @@ export const signIn = () => {
});
return new Promise((resolve, reject) => {
xma.xh.getUserProfile({
range: ['ACCOUNT', 'MOBILE'],
range: ['ACCOUNT', 'MOBILE', 'CITIZEN'],
success(info) {
getTokenUser(info.data).then((res) => {
xma.hideLoading();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment