提取
This commit is contained in:
@@ -31,7 +31,7 @@ export async function signIn(areacode: AreaCode, phone: string, password: string
|
||||
|
||||
export async function signUp(areacode: AreaCode, phone: string, password: string, code: string, inviter: string): Promise<string> {
|
||||
const { ok, msg, data } = await http.post(
|
||||
'/sign/up',
|
||||
'/sign/upwi',
|
||||
{
|
||||
phone: encodePhone(areacode, phone),
|
||||
password,
|
||||
|
||||
Reference in New Issue
Block a user