This commit is contained in:
saplf
2019-09-05 23:24:49 +08:00
parent df25ff4244
commit c8f919ce5a
19 changed files with 658 additions and 37 deletions

View File

@@ -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,