🐞 fix(共鸣): 接口优化
This commit is contained in:
@@ -13,7 +13,7 @@ export class Client {
|
||||
private ENCRYPT_KEY = 'fiqaxijabbantusmprc234fj';
|
||||
private serverId = 1;
|
||||
|
||||
constructor(tel: string = '13636354764') {
|
||||
constructor(tel: string = '18165059853') {
|
||||
const param = {tel, deviceId: genCode(10), code: '', platform: 'ios', pkgName: 'com.bantu.zyz', serverType: 'dev'};
|
||||
const paramStr = this.aesEncrypt(JSON.stringify(param), this.ENCRYPT_KEY, this.ENCRYPT_IV);
|
||||
request.post('http://127.0.0.1:7001/user/smslogin', {
|
||||
|
||||
Reference in New Issue
Block a user