first commit
This commit is contained in:
11
api/modules/realname.js
Normal file
11
api/modules/realname.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import request from '@/utils/request.js';
|
||||
|
||||
export const realnameApi = {
|
||||
getLink(identifier, iccid) {
|
||||
return request({
|
||||
url: '/api/c/v1/realname/link',
|
||||
method: 'GET',
|
||||
data: { identifier, iccid }
|
||||
});
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user