ucservice 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ucservice.common.js +82 -82
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +82 -82
- package/dist/ucservice.umd.js.gz +0 -0
- package/dist/ucservice.umd.js.map +1 -1
- package/dist/ucservice.umd.min.js +1 -1
- package/dist/ucservice.umd.min.js.gz +0 -0
- package/dist/ucservice.umd.min.js.map +1 -1
- package/index.js +82 -82
- package/package.json +1 -1
package/dist/ucservice.common.js
CHANGED
|
@@ -30135,9 +30135,9 @@ const keepHeart = function (token) {
|
|
|
30135
30135
|
token
|
|
30136
30136
|
}, function (ret) {
|
|
30137
30137
|
if (ret.code == 0) {
|
|
30138
|
-
console("心跳设置完成", ret.code);
|
|
30138
|
+
console.log("心跳设置完成", ret.code);
|
|
30139
30139
|
} else {
|
|
30140
|
-
console("心跳设置失败", ret.code);
|
|
30140
|
+
console.log("心跳设置失败", ret.code);
|
|
30141
30141
|
}
|
|
30142
30142
|
}, '', net.method);
|
|
30143
30143
|
};
|
|
@@ -30149,10 +30149,10 @@ const accountOp = {
|
|
|
30149
30149
|
loadJson(net.url, { ...param
|
|
30150
30150
|
}, function (ret) {
|
|
30151
30151
|
if (ret.code == 0) {
|
|
30152
|
-
console("账号新增完成", ret.code);
|
|
30152
|
+
console.log("账号新增完成", ret.code);
|
|
30153
30153
|
resolve(ret);
|
|
30154
30154
|
} else {
|
|
30155
|
-
console("账号新增失败", ret.code);
|
|
30155
|
+
console.log("账号新增失败", ret.code);
|
|
30156
30156
|
reject(ret.code);
|
|
30157
30157
|
}
|
|
30158
30158
|
}, '', net.method);
|
|
@@ -30164,10 +30164,10 @@ const accountOp = {
|
|
|
30164
30164
|
loadJson(net.url, { ...param
|
|
30165
30165
|
}, function (ret) {
|
|
30166
30166
|
if (ret.code == 0) {
|
|
30167
|
-
console("账号更新完成", ret.code);
|
|
30167
|
+
console.log("账号更新完成", ret.code);
|
|
30168
30168
|
resolve(ret);
|
|
30169
30169
|
} else {
|
|
30170
|
-
console("账号更新失败", ret.code);
|
|
30170
|
+
console.log("账号更新失败", ret.code);
|
|
30171
30171
|
reject(ret.code);
|
|
30172
30172
|
}
|
|
30173
30173
|
}, '', net.method);
|
|
@@ -30179,10 +30179,10 @@ const accountOp = {
|
|
|
30179
30179
|
loadJson(net.url, { ...param
|
|
30180
30180
|
}, function (ret) {
|
|
30181
30181
|
if (ret.code == 0) {
|
|
30182
|
-
console("账号删除完成", ret.code);
|
|
30182
|
+
console.log("账号删除完成", ret.code);
|
|
30183
30183
|
resolve(ret);
|
|
30184
30184
|
} else {
|
|
30185
|
-
console("账号删除失败", ret.code);
|
|
30185
|
+
console.log("账号删除失败", ret.code);
|
|
30186
30186
|
reject(ret.code);
|
|
30187
30187
|
}
|
|
30188
30188
|
}, '', net.method);
|
|
@@ -30194,10 +30194,10 @@ const accountOp = {
|
|
|
30194
30194
|
loadJson(net.url, { ...param
|
|
30195
30195
|
}, function (ret) {
|
|
30196
30196
|
if (ret.code == 0) {
|
|
30197
|
-
console("账号密码重置完成", ret.code);
|
|
30197
|
+
console.log("账号密码重置完成", ret.code);
|
|
30198
30198
|
resolve(ret);
|
|
30199
30199
|
} else {
|
|
30200
|
-
console("账号密码重置失败", ret.code);
|
|
30200
|
+
console.log("账号密码重置失败", ret.code);
|
|
30201
30201
|
reject(ret.code);
|
|
30202
30202
|
}
|
|
30203
30203
|
}, '', net.method);
|
|
@@ -30209,10 +30209,10 @@ const accountOp = {
|
|
|
30209
30209
|
loadJson(net.url, { ...param
|
|
30210
30210
|
}, function (ret) {
|
|
30211
30211
|
if (ret.code == 0) {
|
|
30212
|
-
console("当前账号密码重置完成", ret.code);
|
|
30212
|
+
console.log("当前账号密码重置完成", ret.code);
|
|
30213
30213
|
resolve(ret);
|
|
30214
30214
|
} else {
|
|
30215
|
-
console("当前账号密码重置失败", ret.code);
|
|
30215
|
+
console.log("当前账号密码重置失败", ret.code);
|
|
30216
30216
|
reject(ret.code);
|
|
30217
30217
|
}
|
|
30218
30218
|
}, '', net.method);
|
|
@@ -30226,7 +30226,7 @@ const accountOp = {
|
|
|
30226
30226
|
if (ret.code == 0) {
|
|
30227
30227
|
resolve(ret);
|
|
30228
30228
|
} else {
|
|
30229
|
-
console("账号列表查询失败", ret.code);
|
|
30229
|
+
console.log("账号列表查询失败", ret.code);
|
|
30230
30230
|
reject(ret.code);
|
|
30231
30231
|
}
|
|
30232
30232
|
}, '', net.method);
|
|
@@ -30240,7 +30240,7 @@ const accountOp = {
|
|
|
30240
30240
|
if (ret.code == 0) {
|
|
30241
30241
|
resolve(ret);
|
|
30242
30242
|
} else {
|
|
30243
|
-
console("账号列表分页查询失败", ret.code);
|
|
30243
|
+
console.log("账号列表分页查询失败", ret.code);
|
|
30244
30244
|
reject(ret.code);
|
|
30245
30245
|
}
|
|
30246
30246
|
}, '', net.method);
|
|
@@ -30254,7 +30254,7 @@ const accountOp = {
|
|
|
30254
30254
|
if (ret.code == 0) {
|
|
30255
30255
|
resolve(ret);
|
|
30256
30256
|
} else {
|
|
30257
|
-
console("账号关联部门成员查询失败", ret.code);
|
|
30257
|
+
console.log("账号关联部门成员查询失败", ret.code);
|
|
30258
30258
|
reject(ret.code);
|
|
30259
30259
|
}
|
|
30260
30260
|
}, '', net.method);
|
|
@@ -30268,7 +30268,7 @@ const accountOp = {
|
|
|
30268
30268
|
if (ret.code == 0) {
|
|
30269
30269
|
resolve(ret);
|
|
30270
30270
|
} else {
|
|
30271
|
-
console("账号详情查询失败", ret.code);
|
|
30271
|
+
console.log("账号详情查询失败", ret.code);
|
|
30272
30272
|
reject(ret.code);
|
|
30273
30273
|
}
|
|
30274
30274
|
}, '', net.method);
|
|
@@ -30284,7 +30284,7 @@ const aduioOp = {
|
|
|
30284
30284
|
if (ret.code == 0) {
|
|
30285
30285
|
resolve(ret);
|
|
30286
30286
|
} else {
|
|
30287
|
-
console("语音呼叫失败", ret.code);
|
|
30287
|
+
console.log("语音呼叫失败", ret.code);
|
|
30288
30288
|
reject(ret.code);
|
|
30289
30289
|
}
|
|
30290
30290
|
}, '', net.method);
|
|
@@ -30298,7 +30298,7 @@ const aduioOp = {
|
|
|
30298
30298
|
if (ret.code == 0) {
|
|
30299
30299
|
resolve(ret);
|
|
30300
30300
|
} else {
|
|
30301
|
-
console("语音呼叫接听失败", ret.code);
|
|
30301
|
+
console.log("语音呼叫接听失败", ret.code);
|
|
30302
30302
|
reject(ret.code);
|
|
30303
30303
|
}
|
|
30304
30304
|
}, '', net.method);
|
|
@@ -30312,7 +30312,7 @@ const aduioOp = {
|
|
|
30312
30312
|
if (ret.code == 0) {
|
|
30313
30313
|
resolve(ret);
|
|
30314
30314
|
} else {
|
|
30315
|
-
console("保持通话失败", ret.code);
|
|
30315
|
+
console.log("保持通话失败", ret.code);
|
|
30316
30316
|
reject(ret.code);
|
|
30317
30317
|
}
|
|
30318
30318
|
}, '', net.method);
|
|
@@ -30326,7 +30326,7 @@ const aduioOp = {
|
|
|
30326
30326
|
if (ret.code == 0) {
|
|
30327
30327
|
resolve(ret);
|
|
30328
30328
|
} else {
|
|
30329
|
-
console("取消保持通话失败", ret.code);
|
|
30329
|
+
console.log("取消保持通话失败", ret.code);
|
|
30330
30330
|
reject(ret.code);
|
|
30331
30331
|
}
|
|
30332
30332
|
}, '', net.method);
|
|
@@ -30340,7 +30340,7 @@ const aduioOp = {
|
|
|
30340
30340
|
if (ret.code == 0) {
|
|
30341
30341
|
resolve(ret);
|
|
30342
30342
|
} else {
|
|
30343
|
-
console("通话转接失败", ret.code);
|
|
30343
|
+
console.log("通话转接失败", ret.code);
|
|
30344
30344
|
reject(ret.code);
|
|
30345
30345
|
}
|
|
30346
30346
|
}, '', net.method);
|
|
@@ -30354,7 +30354,7 @@ const aduioOp = {
|
|
|
30354
30354
|
if (ret.code == 0) {
|
|
30355
30355
|
resolve(ret);
|
|
30356
30356
|
} else {
|
|
30357
|
-
console("取消通话转接失败", ret.code);
|
|
30357
|
+
console.log("取消通话转接失败", ret.code);
|
|
30358
30358
|
reject(ret.code);
|
|
30359
30359
|
}
|
|
30360
30360
|
}, '', net.method);
|
|
@@ -30368,7 +30368,7 @@ const aduioOp = {
|
|
|
30368
30368
|
if (ret.code == 0) {
|
|
30369
30369
|
resolve(ret);
|
|
30370
30370
|
} else {
|
|
30371
|
-
console("强插失败", ret.code);
|
|
30371
|
+
console.log("强插失败", ret.code);
|
|
30372
30372
|
reject(ret.code);
|
|
30373
30373
|
}
|
|
30374
30374
|
}, '', net.method);
|
|
@@ -30382,7 +30382,7 @@ const aduioOp = {
|
|
|
30382
30382
|
if (ret.code == 0) {
|
|
30383
30383
|
resolve(ret);
|
|
30384
30384
|
} else {
|
|
30385
|
-
console("强拆失败", ret.code);
|
|
30385
|
+
console.log("强拆失败", ret.code);
|
|
30386
30386
|
reject(ret.code);
|
|
30387
30387
|
}
|
|
30388
30388
|
}, '', net.method);
|
|
@@ -30396,7 +30396,7 @@ const aduioOp = {
|
|
|
30396
30396
|
if (ret.code == 0) {
|
|
30397
30397
|
resolve(ret);
|
|
30398
30398
|
} else {
|
|
30399
|
-
console("监听失败", ret.code);
|
|
30399
|
+
console.log("监听失败", ret.code);
|
|
30400
30400
|
reject(ret.code);
|
|
30401
30401
|
}
|
|
30402
30402
|
}, '', net.method);
|
|
@@ -30410,7 +30410,7 @@ const aduioOp = {
|
|
|
30410
30410
|
if (ret.code == 0) {
|
|
30411
30411
|
resolve(ret);
|
|
30412
30412
|
} else {
|
|
30413
|
-
console("组呼通知失败", ret.code);
|
|
30413
|
+
console.log("组呼通知失败", ret.code);
|
|
30414
30414
|
reject(ret.code);
|
|
30415
30415
|
}
|
|
30416
30416
|
}, '', net.method);
|
|
@@ -30424,7 +30424,7 @@ const aduioOp = {
|
|
|
30424
30424
|
if (ret.code == 0) {
|
|
30425
30425
|
resolve(ret);
|
|
30426
30426
|
} else {
|
|
30427
|
-
console("组呼通知分页查询失败", ret.code);
|
|
30427
|
+
console.log("组呼通知分页查询失败", ret.code);
|
|
30428
30428
|
reject(ret.code);
|
|
30429
30429
|
}
|
|
30430
30430
|
}, '', net.method);
|
|
@@ -30438,7 +30438,7 @@ const aduioOp = {
|
|
|
30438
30438
|
if (ret.code == 0) {
|
|
30439
30439
|
resolve(ret);
|
|
30440
30440
|
} else {
|
|
30441
|
-
console("呼叫记录分页查询失败", ret.code);
|
|
30441
|
+
console.log("呼叫记录分页查询失败", ret.code);
|
|
30442
30442
|
reject(ret.code);
|
|
30443
30443
|
}
|
|
30444
30444
|
}, '', net.method);
|
|
@@ -30454,7 +30454,7 @@ const aduioVideoOp = {
|
|
|
30454
30454
|
if (ret.code == 0) {
|
|
30455
30455
|
resolve(ret);
|
|
30456
30456
|
} else {
|
|
30457
|
-
console("语音或视频拆线/挂断失败", ret.code);
|
|
30457
|
+
console.log("语音或视频拆线/挂断失败", ret.code);
|
|
30458
30458
|
reject(ret.code);
|
|
30459
30459
|
}
|
|
30460
30460
|
}, '', net.method);
|
|
@@ -30468,7 +30468,7 @@ const aduioVideoOp = {
|
|
|
30468
30468
|
if (ret.code == 0) {
|
|
30469
30469
|
resolve(ret);
|
|
30470
30470
|
} else {
|
|
30471
|
-
console("获取所有号码状态失败", ret.code);
|
|
30471
|
+
console.log("获取所有号码状态失败", ret.code);
|
|
30472
30472
|
reject(ret.code);
|
|
30473
30473
|
}
|
|
30474
30474
|
}, '', net.method);
|
|
@@ -30482,7 +30482,7 @@ const aduioVideoOp = {
|
|
|
30482
30482
|
if (ret.code == 0) {
|
|
30483
30483
|
resolve(ret);
|
|
30484
30484
|
} else {
|
|
30485
|
-
console("获取指定号码状态失败", ret.code);
|
|
30485
|
+
console.log("获取指定号码状态失败", ret.code);
|
|
30486
30486
|
reject(ret.code);
|
|
30487
30487
|
}
|
|
30488
30488
|
}, '', net.method);
|
|
@@ -30498,7 +30498,7 @@ const deptOp = {
|
|
|
30498
30498
|
if (ret.code == 0) {
|
|
30499
30499
|
resolve(ret);
|
|
30500
30500
|
} else {
|
|
30501
|
-
console("新增部门失败", ret.code);
|
|
30501
|
+
console.log("新增部门失败", ret.code);
|
|
30502
30502
|
reject(ret.code);
|
|
30503
30503
|
}
|
|
30504
30504
|
}, '', net.method);
|
|
@@ -30512,7 +30512,7 @@ const deptOp = {
|
|
|
30512
30512
|
if (ret.code == 0) {
|
|
30513
30513
|
resolve(ret);
|
|
30514
30514
|
} else {
|
|
30515
|
-
console("更新部门失败", ret.code);
|
|
30515
|
+
console.log("更新部门失败", ret.code);
|
|
30516
30516
|
reject(ret.code);
|
|
30517
30517
|
}
|
|
30518
30518
|
}, '', net.method);
|
|
@@ -30526,7 +30526,7 @@ const deptOp = {
|
|
|
30526
30526
|
if (ret.code == 0) {
|
|
30527
30527
|
resolve(ret);
|
|
30528
30528
|
} else {
|
|
30529
|
-
console("删除部门失败", ret.code);
|
|
30529
|
+
console.log("删除部门失败", ret.code);
|
|
30530
30530
|
reject(ret.code);
|
|
30531
30531
|
}
|
|
30532
30532
|
}, '', net.method);
|
|
@@ -30540,7 +30540,7 @@ const deptOp = {
|
|
|
30540
30540
|
if (ret.code == 0) {
|
|
30541
30541
|
resolve(ret);
|
|
30542
30542
|
} else {
|
|
30543
|
-
console("查询部门信息失败", ret.code);
|
|
30543
|
+
console.log("查询部门信息失败", ret.code);
|
|
30544
30544
|
reject(ret.code);
|
|
30545
30545
|
}
|
|
30546
30546
|
}, '', net.method);
|
|
@@ -30554,7 +30554,7 @@ const deptOp = {
|
|
|
30554
30554
|
if (ret.code == 0) {
|
|
30555
30555
|
resolve(ret);
|
|
30556
30556
|
} else {
|
|
30557
|
-
console("分页查询部门列表失败", ret.code);
|
|
30557
|
+
console.log("分页查询部门列表失败", ret.code);
|
|
30558
30558
|
reject(ret.code);
|
|
30559
30559
|
}
|
|
30560
30560
|
}, '', net.method);
|
|
@@ -30568,7 +30568,7 @@ const deptOp = {
|
|
|
30568
30568
|
if (ret.code == 0) {
|
|
30569
30569
|
resolve(ret);
|
|
30570
30570
|
} else {
|
|
30571
|
-
console("查询部门列表失败", ret.code);
|
|
30571
|
+
console.log("查询部门列表失败", ret.code);
|
|
30572
30572
|
reject(ret.code);
|
|
30573
30573
|
}
|
|
30574
30574
|
}, '', net.method);
|
|
@@ -30582,7 +30582,7 @@ const deptOp = {
|
|
|
30582
30582
|
if (ret.code == 0) {
|
|
30583
30583
|
resolve(ret);
|
|
30584
30584
|
} else {
|
|
30585
|
-
console("查询部门下属层级关系失败", ret.code);
|
|
30585
|
+
console.log("查询部门下属层级关系失败", ret.code);
|
|
30586
30586
|
reject(ret.code);
|
|
30587
30587
|
}
|
|
30588
30588
|
}, '', net.method);
|
|
@@ -30596,7 +30596,7 @@ const deptOp = {
|
|
|
30596
30596
|
if (ret.code == 0) {
|
|
30597
30597
|
resolve(ret);
|
|
30598
30598
|
} else {
|
|
30599
|
-
console("查询部门所在层级的关系路径失败", ret.code);
|
|
30599
|
+
console.log("查询部门所在层级的关系路径失败", ret.code);
|
|
30600
30600
|
reject(ret.code);
|
|
30601
30601
|
}
|
|
30602
30602
|
}, '', net.method);
|
|
@@ -30610,7 +30610,7 @@ const deptOp = {
|
|
|
30610
30610
|
if (ret.code == 0) {
|
|
30611
30611
|
resolve(ret);
|
|
30612
30612
|
} else {
|
|
30613
|
-
console("查询部门所在树形的关系失败", ret.code);
|
|
30613
|
+
console.log("查询部门所在树形的关系失败", ret.code);
|
|
30614
30614
|
reject(ret.code);
|
|
30615
30615
|
}
|
|
30616
30616
|
}, '', net.method);
|
|
@@ -30624,7 +30624,7 @@ const deptOp = {
|
|
|
30624
30624
|
if (ret.code == 0) {
|
|
30625
30625
|
resolve(ret);
|
|
30626
30626
|
} else {
|
|
30627
|
-
console("查询部门成员数量", ret.code);
|
|
30627
|
+
console.log("查询部门成员数量", ret.code);
|
|
30628
30628
|
reject(ret.code);
|
|
30629
30629
|
}
|
|
30630
30630
|
}, '', net.method);
|
|
@@ -30638,7 +30638,7 @@ const deptOp = {
|
|
|
30638
30638
|
if (ret.code == 0) {
|
|
30639
30639
|
resolve(ret);
|
|
30640
30640
|
} else {
|
|
30641
|
-
console("修改部门排序失败", ret.code);
|
|
30641
|
+
console.log("修改部门排序失败", ret.code);
|
|
30642
30642
|
reject(ret.code);
|
|
30643
30643
|
}
|
|
30644
30644
|
}, '', net.method);
|
|
@@ -30652,7 +30652,7 @@ const deptOp = {
|
|
|
30652
30652
|
if (ret.code == 0) {
|
|
30653
30653
|
resolve(ret);
|
|
30654
30654
|
} else {
|
|
30655
|
-
console("查询部门成员列表失败", ret.code);
|
|
30655
|
+
console.log("查询部门成员列表失败", ret.code);
|
|
30656
30656
|
reject(ret.code);
|
|
30657
30657
|
}
|
|
30658
30658
|
}, '', net.method);
|
|
@@ -30666,7 +30666,7 @@ const deptOp = {
|
|
|
30666
30666
|
if (ret.code == 0) {
|
|
30667
30667
|
resolve(ret);
|
|
30668
30668
|
} else {
|
|
30669
|
-
console("查询行政区划列表失败", ret.code);
|
|
30669
|
+
console.log("查询行政区划列表失败", ret.code);
|
|
30670
30670
|
reject(ret.code);
|
|
30671
30671
|
}
|
|
30672
30672
|
}, '', net.method);
|
|
@@ -30682,7 +30682,7 @@ const deptRyOp = {
|
|
|
30682
30682
|
if (ret.code == 0) {
|
|
30683
30683
|
resolve(ret);
|
|
30684
30684
|
} else {
|
|
30685
|
-
console("新增部门成员失败", ret.code);
|
|
30685
|
+
console.log("新增部门成员失败", ret.code);
|
|
30686
30686
|
reject(ret.code);
|
|
30687
30687
|
}
|
|
30688
30688
|
}, '', net.method);
|
|
@@ -30696,7 +30696,7 @@ const deptRyOp = {
|
|
|
30696
30696
|
if (ret.code == 0) {
|
|
30697
30697
|
resolve(ret);
|
|
30698
30698
|
} else {
|
|
30699
|
-
console("更新部门成员失败", ret.code);
|
|
30699
|
+
console.log("更新部门成员失败", ret.code);
|
|
30700
30700
|
reject(ret.code);
|
|
30701
30701
|
}
|
|
30702
30702
|
}, '', net.method);
|
|
@@ -30710,7 +30710,7 @@ const deptRyOp = {
|
|
|
30710
30710
|
if (ret.code == 0) {
|
|
30711
30711
|
resolve(ret);
|
|
30712
30712
|
} else {
|
|
30713
|
-
console("删除部门成员失败", ret.code);
|
|
30713
|
+
console.log("删除部门成员失败", ret.code);
|
|
30714
30714
|
reject(ret.code);
|
|
30715
30715
|
}
|
|
30716
30716
|
}, '', net.method);
|
|
@@ -30724,7 +30724,7 @@ const deptRyOp = {
|
|
|
30724
30724
|
if (ret.code == 0) {
|
|
30725
30725
|
resolve(ret);
|
|
30726
30726
|
} else {
|
|
30727
|
-
console("查询部门成员信息失败", ret.code);
|
|
30727
|
+
console.log("查询部门成员信息失败", ret.code);
|
|
30728
30728
|
reject(ret.code);
|
|
30729
30729
|
}
|
|
30730
30730
|
}, '', net.method);
|
|
@@ -30738,7 +30738,7 @@ const deptRyOp = {
|
|
|
30738
30738
|
if (ret.code == 0) {
|
|
30739
30739
|
resolve(ret);
|
|
30740
30740
|
} else {
|
|
30741
|
-
console("分页查询部门成员失败", ret.code);
|
|
30741
|
+
console.log("分页查询部门成员失败", ret.code);
|
|
30742
30742
|
reject(ret.code);
|
|
30743
30743
|
}
|
|
30744
30744
|
}, '', net.method);
|
|
@@ -30752,7 +30752,7 @@ const deptRyOp = {
|
|
|
30752
30752
|
if (ret.code == 0) {
|
|
30753
30753
|
resolve(ret);
|
|
30754
30754
|
} else {
|
|
30755
|
-
console("查询部门成员列表失败", ret.code);
|
|
30755
|
+
console.log("查询部门成员列表失败", ret.code);
|
|
30756
30756
|
reject(ret.code);
|
|
30757
30757
|
}
|
|
30758
30758
|
}, '', net.method);
|
|
@@ -30766,7 +30766,7 @@ const deptRyOp = {
|
|
|
30766
30766
|
if (ret.code == 0) {
|
|
30767
30767
|
resolve(ret);
|
|
30768
30768
|
} else {
|
|
30769
|
-
console("通过关联号码查询部门成员信息失败", ret.code);
|
|
30769
|
+
console.log("通过关联号码查询部门成员信息失败", ret.code);
|
|
30770
30770
|
reject(ret.code);
|
|
30771
30771
|
}
|
|
30772
30772
|
}, '', net.method);
|
|
@@ -30780,7 +30780,7 @@ const deptRyOp = {
|
|
|
30780
30780
|
if (ret.code == 0) {
|
|
30781
30781
|
resolve(ret);
|
|
30782
30782
|
} else {
|
|
30783
|
-
console("查询部门成员所在层级路径失败", ret.code);
|
|
30783
|
+
console.log("查询部门成员所在层级路径失败", ret.code);
|
|
30784
30784
|
reject(ret.code);
|
|
30785
30785
|
}
|
|
30786
30786
|
}, '', net.method);
|
|
@@ -30794,7 +30794,7 @@ const deptRyOp = {
|
|
|
30794
30794
|
if (ret.code == 0) {
|
|
30795
30795
|
resolve(ret);
|
|
30796
30796
|
} else {
|
|
30797
|
-
console("查询成员关联账号失败", ret.code);
|
|
30797
|
+
console.log("查询成员关联账号失败", ret.code);
|
|
30798
30798
|
reject(ret.code);
|
|
30799
30799
|
}
|
|
30800
30800
|
}, '', net.method);
|
|
@@ -30808,7 +30808,7 @@ const deptRyOp = {
|
|
|
30808
30808
|
if (ret.code == 0) {
|
|
30809
30809
|
resolve(ret);
|
|
30810
30810
|
} else {
|
|
30811
|
-
console("修改成员排序失败", ret.code);
|
|
30811
|
+
console.log("修改成员排序失败", ret.code);
|
|
30812
30812
|
reject(ret.code);
|
|
30813
30813
|
}
|
|
30814
30814
|
}, '', net.method);
|
|
@@ -30822,7 +30822,7 @@ const deptRyOp = {
|
|
|
30822
30822
|
if (ret.code == 0) {
|
|
30823
30823
|
resolve(ret);
|
|
30824
30824
|
} else {
|
|
30825
|
-
console("多id查询成员列表失败", ret.code);
|
|
30825
|
+
console.log("多id查询成员列表失败", ret.code);
|
|
30826
30826
|
reject(ret.code);
|
|
30827
30827
|
}
|
|
30828
30828
|
}, '', net.method);
|
|
@@ -30838,7 +30838,7 @@ const locationOp = {
|
|
|
30838
30838
|
if (ret.code == 0) {
|
|
30839
30839
|
resolve(ret);
|
|
30840
30840
|
} else {
|
|
30841
|
-
console("上报位置信息失败", ret.code);
|
|
30841
|
+
console.log("上报位置信息失败", ret.code);
|
|
30842
30842
|
reject(ret.code);
|
|
30843
30843
|
}
|
|
30844
30844
|
}, '', net.method, {
|
|
@@ -30854,7 +30854,7 @@ const locationOp = {
|
|
|
30854
30854
|
if (ret.code == 0) {
|
|
30855
30855
|
resolve(ret);
|
|
30856
30856
|
} else {
|
|
30857
|
-
console("查询人员轨迹失败", ret.code);
|
|
30857
|
+
console.log("查询人员轨迹失败", ret.code);
|
|
30858
30858
|
reject(ret.code);
|
|
30859
30859
|
}
|
|
30860
30860
|
}, '', net.method);
|
|
@@ -30868,7 +30868,7 @@ const locationOp = {
|
|
|
30868
30868
|
if (ret.code == 0) {
|
|
30869
30869
|
resolve(ret);
|
|
30870
30870
|
} else {
|
|
30871
|
-
console("分页查询人员轨迹失败", ret.code);
|
|
30871
|
+
console.log("分页查询人员轨迹失败", ret.code);
|
|
30872
30872
|
reject(ret.code);
|
|
30873
30873
|
}
|
|
30874
30874
|
}, '', net.method);
|
|
@@ -30884,7 +30884,7 @@ const meetOp = {
|
|
|
30884
30884
|
if (ret.code == 0) {
|
|
30885
30885
|
resolve(ret);
|
|
30886
30886
|
} else {
|
|
30887
|
-
console("发起会议失败", ret.code);
|
|
30887
|
+
console.log("发起会议失败", ret.code);
|
|
30888
30888
|
reject(ret.code);
|
|
30889
30889
|
}
|
|
30890
30890
|
}, '', net.method);
|
|
@@ -30898,7 +30898,7 @@ const meetOp = {
|
|
|
30898
30898
|
if (ret.code == 0) {
|
|
30899
30899
|
resolve(ret);
|
|
30900
30900
|
} else {
|
|
30901
|
-
console("结束会议失败", ret.code);
|
|
30901
|
+
console.log("结束会议失败", ret.code);
|
|
30902
30902
|
reject(ret.code);
|
|
30903
30903
|
}
|
|
30904
30904
|
}, '', net.method);
|
|
@@ -30912,7 +30912,7 @@ const meetOp = {
|
|
|
30912
30912
|
if (ret.code == 0) {
|
|
30913
30913
|
resolve(ret);
|
|
30914
30914
|
} else {
|
|
30915
|
-
console("加入视频会议失败", ret.code);
|
|
30915
|
+
console.log("加入视频会议失败", ret.code);
|
|
30916
30916
|
reject(ret.code);
|
|
30917
30917
|
}
|
|
30918
30918
|
}, '', net.method);
|
|
@@ -30926,7 +30926,7 @@ const meetOp = {
|
|
|
30926
30926
|
if (ret.code == 0) {
|
|
30927
30927
|
resolve(ret);
|
|
30928
30928
|
} else {
|
|
30929
|
-
console("加入语音会议失败", ret.code);
|
|
30929
|
+
console.log("加入语音会议失败", ret.code);
|
|
30930
30930
|
reject(ret.code);
|
|
30931
30931
|
}
|
|
30932
30932
|
}, '', net.method);
|
|
@@ -30940,7 +30940,7 @@ const meetOp = {
|
|
|
30940
30940
|
if (ret.code == 0) {
|
|
30941
30941
|
resolve(ret);
|
|
30942
30942
|
} else {
|
|
30943
|
-
console("查询会议列表失败", ret.code);
|
|
30943
|
+
console.log("查询会议列表失败", ret.code);
|
|
30944
30944
|
reject(ret.code);
|
|
30945
30945
|
}
|
|
30946
30946
|
}, '', net.method);
|
|
@@ -30954,7 +30954,7 @@ const meetOp = {
|
|
|
30954
30954
|
if (ret.code == 0) {
|
|
30955
30955
|
resolve(ret);
|
|
30956
30956
|
} else {
|
|
30957
|
-
console("查询会议信息失败", ret.code);
|
|
30957
|
+
console.log("查询会议信息失败", ret.code);
|
|
30958
30958
|
reject(ret.code);
|
|
30959
30959
|
}
|
|
30960
30960
|
}, '', net.method);
|
|
@@ -30968,7 +30968,7 @@ const meetOp = {
|
|
|
30968
30968
|
if (ret.code == 0) {
|
|
30969
30969
|
resolve(ret);
|
|
30970
30970
|
} else {
|
|
30971
|
-
console("查询与会成员列表失败", ret.code);
|
|
30971
|
+
console.log("查询与会成员列表失败", ret.code);
|
|
30972
30972
|
reject(ret.code);
|
|
30973
30973
|
}
|
|
30974
30974
|
}, '', net.method);
|
|
@@ -30984,7 +30984,7 @@ const messageOp = {
|
|
|
30984
30984
|
if (ret.code == 0) {
|
|
30985
30985
|
resolve(ret);
|
|
30986
30986
|
} else {
|
|
30987
|
-
console("发送短信失败", ret.code);
|
|
30987
|
+
console.log("发送短信失败", ret.code);
|
|
30988
30988
|
reject(ret.code);
|
|
30989
30989
|
}
|
|
30990
30990
|
}, '', net.method);
|
|
@@ -30998,7 +30998,7 @@ const messageOp = {
|
|
|
30998
30998
|
if (ret.code == 0) {
|
|
30999
30999
|
resolve(ret);
|
|
31000
31000
|
} else {
|
|
31001
|
-
console("分页查询短信记录失败", ret.code);
|
|
31001
|
+
console.log("分页查询短信记录失败", ret.code);
|
|
31002
31002
|
reject(ret.code);
|
|
31003
31003
|
}
|
|
31004
31004
|
}, '', net.method);
|
|
@@ -31012,7 +31012,7 @@ const messageOp = {
|
|
|
31012
31012
|
if (ret.code == 0) {
|
|
31013
31013
|
resolve(ret);
|
|
31014
31014
|
} else {
|
|
31015
|
-
console("查询短信信息失败", ret.code);
|
|
31015
|
+
console.log("查询短信信息失败", ret.code);
|
|
31016
31016
|
reject(ret.code);
|
|
31017
31017
|
}
|
|
31018
31018
|
}, '', net.method);
|
|
@@ -31026,7 +31026,7 @@ const messageOp = {
|
|
|
31026
31026
|
if (ret.code == 0) {
|
|
31027
31027
|
resolve(ret);
|
|
31028
31028
|
} else {
|
|
31029
|
-
console("查询某条群发短信的发送状态失败", ret.code);
|
|
31029
|
+
console.log("查询某条群发短信的发送状态失败", ret.code);
|
|
31030
31030
|
reject(ret.code);
|
|
31031
31031
|
}
|
|
31032
31032
|
}, '', net.method);
|
|
@@ -31040,7 +31040,7 @@ const messageOp = {
|
|
|
31040
31040
|
if (ret.code == 0) {
|
|
31041
31041
|
resolve(ret);
|
|
31042
31042
|
} else {
|
|
31043
|
-
console("删除短信失败", ret.code);
|
|
31043
|
+
console.log("删除短信失败", ret.code);
|
|
31044
31044
|
reject(ret.code);
|
|
31045
31045
|
}
|
|
31046
31046
|
}, '', net.method);
|
|
@@ -31054,7 +31054,7 @@ const messageOp = {
|
|
|
31054
31054
|
if (ret.code == 0) {
|
|
31055
31055
|
resolve(ret);
|
|
31056
31056
|
} else {
|
|
31057
|
-
console("删除短信失败", ret.code);
|
|
31057
|
+
console.log("删除短信失败", ret.code);
|
|
31058
31058
|
reject(ret.code);
|
|
31059
31059
|
}
|
|
31060
31060
|
}, '', net.method);
|
|
@@ -31068,7 +31068,7 @@ const messageOp = {
|
|
|
31068
31068
|
if (ret.code == 0) {
|
|
31069
31069
|
resolve(ret);
|
|
31070
31070
|
} else {
|
|
31071
|
-
console("查询接收短信信息失败", ret.code);
|
|
31071
|
+
console.log("查询接收短信信息失败", ret.code);
|
|
31072
31072
|
reject(ret.code);
|
|
31073
31073
|
}
|
|
31074
31074
|
}, '', net.method);
|
|
@@ -31082,7 +31082,7 @@ const messageOp = {
|
|
|
31082
31082
|
if (ret.code == 0) {
|
|
31083
31083
|
resolve(ret);
|
|
31084
31084
|
} else {
|
|
31085
|
-
console("阅读接收短信失败", ret.code);
|
|
31085
|
+
console.log("阅读接收短信失败", ret.code);
|
|
31086
31086
|
reject(ret.code);
|
|
31087
31087
|
}
|
|
31088
31088
|
}, '', net.method);
|
|
@@ -31096,7 +31096,7 @@ const messageOp = {
|
|
|
31096
31096
|
if (ret.code == 0) {
|
|
31097
31097
|
resolve(ret);
|
|
31098
31098
|
} else {
|
|
31099
|
-
console("获取未读短信数量失败", ret.code);
|
|
31099
|
+
console.log("获取未读短信数量失败", ret.code);
|
|
31100
31100
|
reject(ret.code);
|
|
31101
31101
|
}
|
|
31102
31102
|
}, '', net.method);
|
|
@@ -31112,7 +31112,7 @@ const recordOp = {
|
|
|
31112
31112
|
if (ret.code == 0) {
|
|
31113
31113
|
resolve(ret);
|
|
31114
31114
|
} else {
|
|
31115
|
-
console("分页查询录音记录列表失败", ret.code);
|
|
31115
|
+
console.log("分页查询录音记录列表失败", ret.code);
|
|
31116
31116
|
reject(ret.code);
|
|
31117
31117
|
}
|
|
31118
31118
|
}, '', net.method);
|
|
@@ -31126,7 +31126,7 @@ const recordOp = {
|
|
|
31126
31126
|
if (ret.code == 0) {
|
|
31127
31127
|
resolve(ret);
|
|
31128
31128
|
} else {
|
|
31129
|
-
console("分页查询录像记录列表失败", ret.code);
|
|
31129
|
+
console.log("分页查询录像记录列表失败", ret.code);
|
|
31130
31130
|
reject(ret.code);
|
|
31131
31131
|
}
|
|
31132
31132
|
}, '', net.method);
|
|
@@ -31140,7 +31140,7 @@ const recordOp = {
|
|
|
31140
31140
|
if (ret.code == 0) {
|
|
31141
31141
|
resolve(ret);
|
|
31142
31142
|
} else {
|
|
31143
|
-
console("分页查询通知音记录列表失败", ret.code);
|
|
31143
|
+
console.log("分页查询通知音记录列表失败", ret.code);
|
|
31144
31144
|
reject(ret.code);
|
|
31145
31145
|
}
|
|
31146
31146
|
}, '', net.method);
|
|
@@ -31154,7 +31154,7 @@ const recordOp = {
|
|
|
31154
31154
|
if (ret.code == 0) {
|
|
31155
31155
|
resolve(ret);
|
|
31156
31156
|
} else {
|
|
31157
|
-
console("分页查询通知音记录列表失败", ret.code);
|
|
31157
|
+
console.log("分页查询通知音记录列表失败", ret.code);
|
|
31158
31158
|
reject(ret.code);
|
|
31159
31159
|
}
|
|
31160
31160
|
}, '', net.method);
|
|
@@ -31168,7 +31168,7 @@ const recordOp = {
|
|
|
31168
31168
|
if (ret.code == 0) {
|
|
31169
31169
|
resolve(ret);
|
|
31170
31170
|
} else {
|
|
31171
|
-
console("录音录像下载失败", ret.code);
|
|
31171
|
+
console.log("录音录像下载失败", ret.code);
|
|
31172
31172
|
reject(ret.code);
|
|
31173
31173
|
}
|
|
31174
31174
|
}, '', net.method);
|
|
@@ -31182,7 +31182,7 @@ const recordOp = {
|
|
|
31182
31182
|
if (ret.code == 0) {
|
|
31183
31183
|
resolve(ret);
|
|
31184
31184
|
} else {
|
|
31185
|
-
console("录音录像删除失败", ret.code);
|
|
31185
|
+
console.log("录音录像删除失败", ret.code);
|
|
31186
31186
|
reject(ret.code);
|
|
31187
31187
|
}
|
|
31188
31188
|
}, '', net.method);
|
|
@@ -31198,7 +31198,7 @@ const videoOp = {
|
|
|
31198
31198
|
if (ret.code == 0) {
|
|
31199
31199
|
resolve(ret);
|
|
31200
31200
|
} else {
|
|
31201
|
-
console("拨打视频失败", ret.code);
|
|
31201
|
+
console.log("拨打视频失败", ret.code);
|
|
31202
31202
|
reject(ret.code);
|
|
31203
31203
|
}
|
|
31204
31204
|
}, '', net.method);
|
|
@@ -31212,7 +31212,7 @@ const videoOp = {
|
|
|
31212
31212
|
if (ret.code == 0) {
|
|
31213
31213
|
resolve(ret);
|
|
31214
31214
|
} else {
|
|
31215
|
-
console("加载视频树节点数据失败", ret.code);
|
|
31215
|
+
console.log("加载视频树节点数据失败", ret.code);
|
|
31216
31216
|
reject(ret.code);
|
|
31217
31217
|
}
|
|
31218
31218
|
}, '', net.method);
|
|
Binary file
|