测试:添加任务测试用例

This commit is contained in:
luying
2021-04-29 21:13:35 +08:00
parent 8b07ef352e
commit 880331863f
5 changed files with 150 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { ON_ADD_CHANNEL_ROUTE } from '../app/consts';
export class Client {
private _client;
private _roleInfo;
constructor(tel: string = '13911134885') {
constructor(tel: string = '13636354764') {
this._client = new PinusWSClient();
let host = '127.0.0.1';