格式化
This commit is contained in:
parent
9bb4f83d87
commit
1e6e731cad
@ -26,14 +26,16 @@ export function getUserInfo() {
|
|||||||
* @description: 用户注册
|
* @description: 用户注册
|
||||||
*/
|
*/
|
||||||
export function register(params) {
|
export function register(params) {
|
||||||
return http.request({
|
return http.request(
|
||||||
url: `/register`,
|
{
|
||||||
method: 'POST',
|
url: `/register`,
|
||||||
params,
|
method: 'POST',
|
||||||
},
|
params,
|
||||||
{
|
},
|
||||||
isTransformResponse: false,
|
{
|
||||||
});
|
isTransformResponse: false,
|
||||||
|
},
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user