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.umd.js
CHANGED
|
@@ -30144,9 +30144,9 @@ const keepHeart = function (token) {
|
|
|
30144
30144
|
token
|
|
30145
30145
|
}, function (ret) {
|
|
30146
30146
|
if (ret.code == 0) {
|
|
30147
|
-
console("心跳设置完成", ret.code);
|
|
30147
|
+
console.log("心跳设置完成", ret.code);
|
|
30148
30148
|
} else {
|
|
30149
|
-
console("心跳设置失败", ret.code);
|
|
30149
|
+
console.log("心跳设置失败", ret.code);
|
|
30150
30150
|
}
|
|
30151
30151
|
}, '', net.method);
|
|
30152
30152
|
};
|
|
@@ -30158,10 +30158,10 @@ const accountOp = {
|
|
|
30158
30158
|
loadJson(net.url, { ...param
|
|
30159
30159
|
}, function (ret) {
|
|
30160
30160
|
if (ret.code == 0) {
|
|
30161
|
-
console("账号新增完成", ret.code);
|
|
30161
|
+
console.log("账号新增完成", ret.code);
|
|
30162
30162
|
resolve(ret);
|
|
30163
30163
|
} else {
|
|
30164
|
-
console("账号新增失败", ret.code);
|
|
30164
|
+
console.log("账号新增失败", ret.code);
|
|
30165
30165
|
reject(ret.code);
|
|
30166
30166
|
}
|
|
30167
30167
|
}, '', net.method);
|
|
@@ -30173,10 +30173,10 @@ const accountOp = {
|
|
|
30173
30173
|
loadJson(net.url, { ...param
|
|
30174
30174
|
}, function (ret) {
|
|
30175
30175
|
if (ret.code == 0) {
|
|
30176
|
-
console("账号更新完成", ret.code);
|
|
30176
|
+
console.log("账号更新完成", ret.code);
|
|
30177
30177
|
resolve(ret);
|
|
30178
30178
|
} else {
|
|
30179
|
-
console("账号更新失败", ret.code);
|
|
30179
|
+
console.log("账号更新失败", ret.code);
|
|
30180
30180
|
reject(ret.code);
|
|
30181
30181
|
}
|
|
30182
30182
|
}, '', net.method);
|
|
@@ -30188,10 +30188,10 @@ const accountOp = {
|
|
|
30188
30188
|
loadJson(net.url, { ...param
|
|
30189
30189
|
}, function (ret) {
|
|
30190
30190
|
if (ret.code == 0) {
|
|
30191
|
-
console("账号删除完成", ret.code);
|
|
30191
|
+
console.log("账号删除完成", ret.code);
|
|
30192
30192
|
resolve(ret);
|
|
30193
30193
|
} else {
|
|
30194
|
-
console("账号删除失败", ret.code);
|
|
30194
|
+
console.log("账号删除失败", ret.code);
|
|
30195
30195
|
reject(ret.code);
|
|
30196
30196
|
}
|
|
30197
30197
|
}, '', net.method);
|
|
@@ -30203,10 +30203,10 @@ const accountOp = {
|
|
|
30203
30203
|
loadJson(net.url, { ...param
|
|
30204
30204
|
}, function (ret) {
|
|
30205
30205
|
if (ret.code == 0) {
|
|
30206
|
-
console("账号密码重置完成", ret.code);
|
|
30206
|
+
console.log("账号密码重置完成", ret.code);
|
|
30207
30207
|
resolve(ret);
|
|
30208
30208
|
} else {
|
|
30209
|
-
console("账号密码重置失败", ret.code);
|
|
30209
|
+
console.log("账号密码重置失败", ret.code);
|
|
30210
30210
|
reject(ret.code);
|
|
30211
30211
|
}
|
|
30212
30212
|
}, '', net.method);
|
|
@@ -30218,10 +30218,10 @@ const accountOp = {
|
|
|
30218
30218
|
loadJson(net.url, { ...param
|
|
30219
30219
|
}, function (ret) {
|
|
30220
30220
|
if (ret.code == 0) {
|
|
30221
|
-
console("当前账号密码重置完成", ret.code);
|
|
30221
|
+
console.log("当前账号密码重置完成", ret.code);
|
|
30222
30222
|
resolve(ret);
|
|
30223
30223
|
} else {
|
|
30224
|
-
console("当前账号密码重置失败", ret.code);
|
|
30224
|
+
console.log("当前账号密码重置失败", ret.code);
|
|
30225
30225
|
reject(ret.code);
|
|
30226
30226
|
}
|
|
30227
30227
|
}, '', net.method);
|
|
@@ -30235,7 +30235,7 @@ const accountOp = {
|
|
|
30235
30235
|
if (ret.code == 0) {
|
|
30236
30236
|
resolve(ret);
|
|
30237
30237
|
} else {
|
|
30238
|
-
console("账号列表查询失败", ret.code);
|
|
30238
|
+
console.log("账号列表查询失败", ret.code);
|
|
30239
30239
|
reject(ret.code);
|
|
30240
30240
|
}
|
|
30241
30241
|
}, '', net.method);
|
|
@@ -30249,7 +30249,7 @@ const accountOp = {
|
|
|
30249
30249
|
if (ret.code == 0) {
|
|
30250
30250
|
resolve(ret);
|
|
30251
30251
|
} else {
|
|
30252
|
-
console("账号列表分页查询失败", ret.code);
|
|
30252
|
+
console.log("账号列表分页查询失败", ret.code);
|
|
30253
30253
|
reject(ret.code);
|
|
30254
30254
|
}
|
|
30255
30255
|
}, '', net.method);
|
|
@@ -30263,7 +30263,7 @@ const accountOp = {
|
|
|
30263
30263
|
if (ret.code == 0) {
|
|
30264
30264
|
resolve(ret);
|
|
30265
30265
|
} else {
|
|
30266
|
-
console("账号关联部门成员查询失败", ret.code);
|
|
30266
|
+
console.log("账号关联部门成员查询失败", ret.code);
|
|
30267
30267
|
reject(ret.code);
|
|
30268
30268
|
}
|
|
30269
30269
|
}, '', net.method);
|
|
@@ -30277,7 +30277,7 @@ const accountOp = {
|
|
|
30277
30277
|
if (ret.code == 0) {
|
|
30278
30278
|
resolve(ret);
|
|
30279
30279
|
} else {
|
|
30280
|
-
console("账号详情查询失败", ret.code);
|
|
30280
|
+
console.log("账号详情查询失败", ret.code);
|
|
30281
30281
|
reject(ret.code);
|
|
30282
30282
|
}
|
|
30283
30283
|
}, '', net.method);
|
|
@@ -30293,7 +30293,7 @@ const aduioOp = {
|
|
|
30293
30293
|
if (ret.code == 0) {
|
|
30294
30294
|
resolve(ret);
|
|
30295
30295
|
} else {
|
|
30296
|
-
console("语音呼叫失败", ret.code);
|
|
30296
|
+
console.log("语音呼叫失败", ret.code);
|
|
30297
30297
|
reject(ret.code);
|
|
30298
30298
|
}
|
|
30299
30299
|
}, '', net.method);
|
|
@@ -30307,7 +30307,7 @@ const aduioOp = {
|
|
|
30307
30307
|
if (ret.code == 0) {
|
|
30308
30308
|
resolve(ret);
|
|
30309
30309
|
} else {
|
|
30310
|
-
console("语音呼叫接听失败", ret.code);
|
|
30310
|
+
console.log("语音呼叫接听失败", ret.code);
|
|
30311
30311
|
reject(ret.code);
|
|
30312
30312
|
}
|
|
30313
30313
|
}, '', net.method);
|
|
@@ -30321,7 +30321,7 @@ const aduioOp = {
|
|
|
30321
30321
|
if (ret.code == 0) {
|
|
30322
30322
|
resolve(ret);
|
|
30323
30323
|
} else {
|
|
30324
|
-
console("保持通话失败", ret.code);
|
|
30324
|
+
console.log("保持通话失败", ret.code);
|
|
30325
30325
|
reject(ret.code);
|
|
30326
30326
|
}
|
|
30327
30327
|
}, '', net.method);
|
|
@@ -30335,7 +30335,7 @@ const aduioOp = {
|
|
|
30335
30335
|
if (ret.code == 0) {
|
|
30336
30336
|
resolve(ret);
|
|
30337
30337
|
} else {
|
|
30338
|
-
console("取消保持通话失败", ret.code);
|
|
30338
|
+
console.log("取消保持通话失败", ret.code);
|
|
30339
30339
|
reject(ret.code);
|
|
30340
30340
|
}
|
|
30341
30341
|
}, '', net.method);
|
|
@@ -30349,7 +30349,7 @@ const aduioOp = {
|
|
|
30349
30349
|
if (ret.code == 0) {
|
|
30350
30350
|
resolve(ret);
|
|
30351
30351
|
} else {
|
|
30352
|
-
console("通话转接失败", ret.code);
|
|
30352
|
+
console.log("通话转接失败", ret.code);
|
|
30353
30353
|
reject(ret.code);
|
|
30354
30354
|
}
|
|
30355
30355
|
}, '', net.method);
|
|
@@ -30363,7 +30363,7 @@ const aduioOp = {
|
|
|
30363
30363
|
if (ret.code == 0) {
|
|
30364
30364
|
resolve(ret);
|
|
30365
30365
|
} else {
|
|
30366
|
-
console("取消通话转接失败", ret.code);
|
|
30366
|
+
console.log("取消通话转接失败", ret.code);
|
|
30367
30367
|
reject(ret.code);
|
|
30368
30368
|
}
|
|
30369
30369
|
}, '', net.method);
|
|
@@ -30377,7 +30377,7 @@ const aduioOp = {
|
|
|
30377
30377
|
if (ret.code == 0) {
|
|
30378
30378
|
resolve(ret);
|
|
30379
30379
|
} else {
|
|
30380
|
-
console("强插失败", ret.code);
|
|
30380
|
+
console.log("强插失败", ret.code);
|
|
30381
30381
|
reject(ret.code);
|
|
30382
30382
|
}
|
|
30383
30383
|
}, '', net.method);
|
|
@@ -30391,7 +30391,7 @@ const aduioOp = {
|
|
|
30391
30391
|
if (ret.code == 0) {
|
|
30392
30392
|
resolve(ret);
|
|
30393
30393
|
} else {
|
|
30394
|
-
console("强拆失败", ret.code);
|
|
30394
|
+
console.log("强拆失败", ret.code);
|
|
30395
30395
|
reject(ret.code);
|
|
30396
30396
|
}
|
|
30397
30397
|
}, '', net.method);
|
|
@@ -30405,7 +30405,7 @@ const aduioOp = {
|
|
|
30405
30405
|
if (ret.code == 0) {
|
|
30406
30406
|
resolve(ret);
|
|
30407
30407
|
} else {
|
|
30408
|
-
console("监听失败", ret.code);
|
|
30408
|
+
console.log("监听失败", ret.code);
|
|
30409
30409
|
reject(ret.code);
|
|
30410
30410
|
}
|
|
30411
30411
|
}, '', net.method);
|
|
@@ -30419,7 +30419,7 @@ const aduioOp = {
|
|
|
30419
30419
|
if (ret.code == 0) {
|
|
30420
30420
|
resolve(ret);
|
|
30421
30421
|
} else {
|
|
30422
|
-
console("组呼通知失败", ret.code);
|
|
30422
|
+
console.log("组呼通知失败", ret.code);
|
|
30423
30423
|
reject(ret.code);
|
|
30424
30424
|
}
|
|
30425
30425
|
}, '', net.method);
|
|
@@ -30433,7 +30433,7 @@ const aduioOp = {
|
|
|
30433
30433
|
if (ret.code == 0) {
|
|
30434
30434
|
resolve(ret);
|
|
30435
30435
|
} else {
|
|
30436
|
-
console("组呼通知分页查询失败", ret.code);
|
|
30436
|
+
console.log("组呼通知分页查询失败", ret.code);
|
|
30437
30437
|
reject(ret.code);
|
|
30438
30438
|
}
|
|
30439
30439
|
}, '', net.method);
|
|
@@ -30447,7 +30447,7 @@ const aduioOp = {
|
|
|
30447
30447
|
if (ret.code == 0) {
|
|
30448
30448
|
resolve(ret);
|
|
30449
30449
|
} else {
|
|
30450
|
-
console("呼叫记录分页查询失败", ret.code);
|
|
30450
|
+
console.log("呼叫记录分页查询失败", ret.code);
|
|
30451
30451
|
reject(ret.code);
|
|
30452
30452
|
}
|
|
30453
30453
|
}, '', net.method);
|
|
@@ -30463,7 +30463,7 @@ const aduioVideoOp = {
|
|
|
30463
30463
|
if (ret.code == 0) {
|
|
30464
30464
|
resolve(ret);
|
|
30465
30465
|
} else {
|
|
30466
|
-
console("语音或视频拆线/挂断失败", ret.code);
|
|
30466
|
+
console.log("语音或视频拆线/挂断失败", ret.code);
|
|
30467
30467
|
reject(ret.code);
|
|
30468
30468
|
}
|
|
30469
30469
|
}, '', net.method);
|
|
@@ -30477,7 +30477,7 @@ const aduioVideoOp = {
|
|
|
30477
30477
|
if (ret.code == 0) {
|
|
30478
30478
|
resolve(ret);
|
|
30479
30479
|
} else {
|
|
30480
|
-
console("获取所有号码状态失败", ret.code);
|
|
30480
|
+
console.log("获取所有号码状态失败", ret.code);
|
|
30481
30481
|
reject(ret.code);
|
|
30482
30482
|
}
|
|
30483
30483
|
}, '', net.method);
|
|
@@ -30491,7 +30491,7 @@ const aduioVideoOp = {
|
|
|
30491
30491
|
if (ret.code == 0) {
|
|
30492
30492
|
resolve(ret);
|
|
30493
30493
|
} else {
|
|
30494
|
-
console("获取指定号码状态失败", ret.code);
|
|
30494
|
+
console.log("获取指定号码状态失败", ret.code);
|
|
30495
30495
|
reject(ret.code);
|
|
30496
30496
|
}
|
|
30497
30497
|
}, '', net.method);
|
|
@@ -30507,7 +30507,7 @@ const deptOp = {
|
|
|
30507
30507
|
if (ret.code == 0) {
|
|
30508
30508
|
resolve(ret);
|
|
30509
30509
|
} else {
|
|
30510
|
-
console("新增部门失败", ret.code);
|
|
30510
|
+
console.log("新增部门失败", ret.code);
|
|
30511
30511
|
reject(ret.code);
|
|
30512
30512
|
}
|
|
30513
30513
|
}, '', net.method);
|
|
@@ -30521,7 +30521,7 @@ const deptOp = {
|
|
|
30521
30521
|
if (ret.code == 0) {
|
|
30522
30522
|
resolve(ret);
|
|
30523
30523
|
} else {
|
|
30524
|
-
console("更新部门失败", ret.code);
|
|
30524
|
+
console.log("更新部门失败", ret.code);
|
|
30525
30525
|
reject(ret.code);
|
|
30526
30526
|
}
|
|
30527
30527
|
}, '', net.method);
|
|
@@ -30535,7 +30535,7 @@ const deptOp = {
|
|
|
30535
30535
|
if (ret.code == 0) {
|
|
30536
30536
|
resolve(ret);
|
|
30537
30537
|
} else {
|
|
30538
|
-
console("删除部门失败", ret.code);
|
|
30538
|
+
console.log("删除部门失败", ret.code);
|
|
30539
30539
|
reject(ret.code);
|
|
30540
30540
|
}
|
|
30541
30541
|
}, '', net.method);
|
|
@@ -30549,7 +30549,7 @@ const deptOp = {
|
|
|
30549
30549
|
if (ret.code == 0) {
|
|
30550
30550
|
resolve(ret);
|
|
30551
30551
|
} else {
|
|
30552
|
-
console("查询部门信息失败", ret.code);
|
|
30552
|
+
console.log("查询部门信息失败", ret.code);
|
|
30553
30553
|
reject(ret.code);
|
|
30554
30554
|
}
|
|
30555
30555
|
}, '', net.method);
|
|
@@ -30563,7 +30563,7 @@ const deptOp = {
|
|
|
30563
30563
|
if (ret.code == 0) {
|
|
30564
30564
|
resolve(ret);
|
|
30565
30565
|
} else {
|
|
30566
|
-
console("分页查询部门列表失败", ret.code);
|
|
30566
|
+
console.log("分页查询部门列表失败", ret.code);
|
|
30567
30567
|
reject(ret.code);
|
|
30568
30568
|
}
|
|
30569
30569
|
}, '', net.method);
|
|
@@ -30577,7 +30577,7 @@ const deptOp = {
|
|
|
30577
30577
|
if (ret.code == 0) {
|
|
30578
30578
|
resolve(ret);
|
|
30579
30579
|
} else {
|
|
30580
|
-
console("查询部门列表失败", ret.code);
|
|
30580
|
+
console.log("查询部门列表失败", ret.code);
|
|
30581
30581
|
reject(ret.code);
|
|
30582
30582
|
}
|
|
30583
30583
|
}, '', net.method);
|
|
@@ -30591,7 +30591,7 @@ const deptOp = {
|
|
|
30591
30591
|
if (ret.code == 0) {
|
|
30592
30592
|
resolve(ret);
|
|
30593
30593
|
} else {
|
|
30594
|
-
console("查询部门下属层级关系失败", ret.code);
|
|
30594
|
+
console.log("查询部门下属层级关系失败", ret.code);
|
|
30595
30595
|
reject(ret.code);
|
|
30596
30596
|
}
|
|
30597
30597
|
}, '', net.method);
|
|
@@ -30605,7 +30605,7 @@ const deptOp = {
|
|
|
30605
30605
|
if (ret.code == 0) {
|
|
30606
30606
|
resolve(ret);
|
|
30607
30607
|
} else {
|
|
30608
|
-
console("查询部门所在层级的关系路径失败", ret.code);
|
|
30608
|
+
console.log("查询部门所在层级的关系路径失败", ret.code);
|
|
30609
30609
|
reject(ret.code);
|
|
30610
30610
|
}
|
|
30611
30611
|
}, '', net.method);
|
|
@@ -30619,7 +30619,7 @@ const deptOp = {
|
|
|
30619
30619
|
if (ret.code == 0) {
|
|
30620
30620
|
resolve(ret);
|
|
30621
30621
|
} else {
|
|
30622
|
-
console("查询部门所在树形的关系失败", ret.code);
|
|
30622
|
+
console.log("查询部门所在树形的关系失败", ret.code);
|
|
30623
30623
|
reject(ret.code);
|
|
30624
30624
|
}
|
|
30625
30625
|
}, '', net.method);
|
|
@@ -30633,7 +30633,7 @@ const deptOp = {
|
|
|
30633
30633
|
if (ret.code == 0) {
|
|
30634
30634
|
resolve(ret);
|
|
30635
30635
|
} else {
|
|
30636
|
-
console("查询部门成员数量", ret.code);
|
|
30636
|
+
console.log("查询部门成员数量", ret.code);
|
|
30637
30637
|
reject(ret.code);
|
|
30638
30638
|
}
|
|
30639
30639
|
}, '', net.method);
|
|
@@ -30647,7 +30647,7 @@ const deptOp = {
|
|
|
30647
30647
|
if (ret.code == 0) {
|
|
30648
30648
|
resolve(ret);
|
|
30649
30649
|
} else {
|
|
30650
|
-
console("修改部门排序失败", ret.code);
|
|
30650
|
+
console.log("修改部门排序失败", ret.code);
|
|
30651
30651
|
reject(ret.code);
|
|
30652
30652
|
}
|
|
30653
30653
|
}, '', net.method);
|
|
@@ -30661,7 +30661,7 @@ const deptOp = {
|
|
|
30661
30661
|
if (ret.code == 0) {
|
|
30662
30662
|
resolve(ret);
|
|
30663
30663
|
} else {
|
|
30664
|
-
console("查询部门成员列表失败", ret.code);
|
|
30664
|
+
console.log("查询部门成员列表失败", ret.code);
|
|
30665
30665
|
reject(ret.code);
|
|
30666
30666
|
}
|
|
30667
30667
|
}, '', net.method);
|
|
@@ -30675,7 +30675,7 @@ const deptOp = {
|
|
|
30675
30675
|
if (ret.code == 0) {
|
|
30676
30676
|
resolve(ret);
|
|
30677
30677
|
} else {
|
|
30678
|
-
console("查询行政区划列表失败", ret.code);
|
|
30678
|
+
console.log("查询行政区划列表失败", ret.code);
|
|
30679
30679
|
reject(ret.code);
|
|
30680
30680
|
}
|
|
30681
30681
|
}, '', net.method);
|
|
@@ -30691,7 +30691,7 @@ const deptRyOp = {
|
|
|
30691
30691
|
if (ret.code == 0) {
|
|
30692
30692
|
resolve(ret);
|
|
30693
30693
|
} else {
|
|
30694
|
-
console("新增部门成员失败", ret.code);
|
|
30694
|
+
console.log("新增部门成员失败", ret.code);
|
|
30695
30695
|
reject(ret.code);
|
|
30696
30696
|
}
|
|
30697
30697
|
}, '', net.method);
|
|
@@ -30705,7 +30705,7 @@ const deptRyOp = {
|
|
|
30705
30705
|
if (ret.code == 0) {
|
|
30706
30706
|
resolve(ret);
|
|
30707
30707
|
} else {
|
|
30708
|
-
console("更新部门成员失败", ret.code);
|
|
30708
|
+
console.log("更新部门成员失败", ret.code);
|
|
30709
30709
|
reject(ret.code);
|
|
30710
30710
|
}
|
|
30711
30711
|
}, '', net.method);
|
|
@@ -30719,7 +30719,7 @@ const deptRyOp = {
|
|
|
30719
30719
|
if (ret.code == 0) {
|
|
30720
30720
|
resolve(ret);
|
|
30721
30721
|
} else {
|
|
30722
|
-
console("删除部门成员失败", ret.code);
|
|
30722
|
+
console.log("删除部门成员失败", ret.code);
|
|
30723
30723
|
reject(ret.code);
|
|
30724
30724
|
}
|
|
30725
30725
|
}, '', net.method);
|
|
@@ -30733,7 +30733,7 @@ const deptRyOp = {
|
|
|
30733
30733
|
if (ret.code == 0) {
|
|
30734
30734
|
resolve(ret);
|
|
30735
30735
|
} else {
|
|
30736
|
-
console("查询部门成员信息失败", ret.code);
|
|
30736
|
+
console.log("查询部门成员信息失败", ret.code);
|
|
30737
30737
|
reject(ret.code);
|
|
30738
30738
|
}
|
|
30739
30739
|
}, '', net.method);
|
|
@@ -30747,7 +30747,7 @@ const deptRyOp = {
|
|
|
30747
30747
|
if (ret.code == 0) {
|
|
30748
30748
|
resolve(ret);
|
|
30749
30749
|
} else {
|
|
30750
|
-
console("分页查询部门成员失败", ret.code);
|
|
30750
|
+
console.log("分页查询部门成员失败", ret.code);
|
|
30751
30751
|
reject(ret.code);
|
|
30752
30752
|
}
|
|
30753
30753
|
}, '', net.method);
|
|
@@ -30761,7 +30761,7 @@ const deptRyOp = {
|
|
|
30761
30761
|
if (ret.code == 0) {
|
|
30762
30762
|
resolve(ret);
|
|
30763
30763
|
} else {
|
|
30764
|
-
console("查询部门成员列表失败", ret.code);
|
|
30764
|
+
console.log("查询部门成员列表失败", ret.code);
|
|
30765
30765
|
reject(ret.code);
|
|
30766
30766
|
}
|
|
30767
30767
|
}, '', net.method);
|
|
@@ -30775,7 +30775,7 @@ const deptRyOp = {
|
|
|
30775
30775
|
if (ret.code == 0) {
|
|
30776
30776
|
resolve(ret);
|
|
30777
30777
|
} else {
|
|
30778
|
-
console("通过关联号码查询部门成员信息失败", ret.code);
|
|
30778
|
+
console.log("通过关联号码查询部门成员信息失败", ret.code);
|
|
30779
30779
|
reject(ret.code);
|
|
30780
30780
|
}
|
|
30781
30781
|
}, '', net.method);
|
|
@@ -30789,7 +30789,7 @@ const deptRyOp = {
|
|
|
30789
30789
|
if (ret.code == 0) {
|
|
30790
30790
|
resolve(ret);
|
|
30791
30791
|
} else {
|
|
30792
|
-
console("查询部门成员所在层级路径失败", ret.code);
|
|
30792
|
+
console.log("查询部门成员所在层级路径失败", ret.code);
|
|
30793
30793
|
reject(ret.code);
|
|
30794
30794
|
}
|
|
30795
30795
|
}, '', net.method);
|
|
@@ -30803,7 +30803,7 @@ const deptRyOp = {
|
|
|
30803
30803
|
if (ret.code == 0) {
|
|
30804
30804
|
resolve(ret);
|
|
30805
30805
|
} else {
|
|
30806
|
-
console("查询成员关联账号失败", ret.code);
|
|
30806
|
+
console.log("查询成员关联账号失败", ret.code);
|
|
30807
30807
|
reject(ret.code);
|
|
30808
30808
|
}
|
|
30809
30809
|
}, '', net.method);
|
|
@@ -30817,7 +30817,7 @@ const deptRyOp = {
|
|
|
30817
30817
|
if (ret.code == 0) {
|
|
30818
30818
|
resolve(ret);
|
|
30819
30819
|
} else {
|
|
30820
|
-
console("修改成员排序失败", ret.code);
|
|
30820
|
+
console.log("修改成员排序失败", ret.code);
|
|
30821
30821
|
reject(ret.code);
|
|
30822
30822
|
}
|
|
30823
30823
|
}, '', net.method);
|
|
@@ -30831,7 +30831,7 @@ const deptRyOp = {
|
|
|
30831
30831
|
if (ret.code == 0) {
|
|
30832
30832
|
resolve(ret);
|
|
30833
30833
|
} else {
|
|
30834
|
-
console("多id查询成员列表失败", ret.code);
|
|
30834
|
+
console.log("多id查询成员列表失败", ret.code);
|
|
30835
30835
|
reject(ret.code);
|
|
30836
30836
|
}
|
|
30837
30837
|
}, '', net.method);
|
|
@@ -30847,7 +30847,7 @@ const locationOp = {
|
|
|
30847
30847
|
if (ret.code == 0) {
|
|
30848
30848
|
resolve(ret);
|
|
30849
30849
|
} else {
|
|
30850
|
-
console("上报位置信息失败", ret.code);
|
|
30850
|
+
console.log("上报位置信息失败", ret.code);
|
|
30851
30851
|
reject(ret.code);
|
|
30852
30852
|
}
|
|
30853
30853
|
}, '', net.method, {
|
|
@@ -30863,7 +30863,7 @@ const locationOp = {
|
|
|
30863
30863
|
if (ret.code == 0) {
|
|
30864
30864
|
resolve(ret);
|
|
30865
30865
|
} else {
|
|
30866
|
-
console("查询人员轨迹失败", ret.code);
|
|
30866
|
+
console.log("查询人员轨迹失败", ret.code);
|
|
30867
30867
|
reject(ret.code);
|
|
30868
30868
|
}
|
|
30869
30869
|
}, '', net.method);
|
|
@@ -30877,7 +30877,7 @@ const locationOp = {
|
|
|
30877
30877
|
if (ret.code == 0) {
|
|
30878
30878
|
resolve(ret);
|
|
30879
30879
|
} else {
|
|
30880
|
-
console("分页查询人员轨迹失败", ret.code);
|
|
30880
|
+
console.log("分页查询人员轨迹失败", ret.code);
|
|
30881
30881
|
reject(ret.code);
|
|
30882
30882
|
}
|
|
30883
30883
|
}, '', net.method);
|
|
@@ -30893,7 +30893,7 @@ const meetOp = {
|
|
|
30893
30893
|
if (ret.code == 0) {
|
|
30894
30894
|
resolve(ret);
|
|
30895
30895
|
} else {
|
|
30896
|
-
console("发起会议失败", ret.code);
|
|
30896
|
+
console.log("发起会议失败", ret.code);
|
|
30897
30897
|
reject(ret.code);
|
|
30898
30898
|
}
|
|
30899
30899
|
}, '', net.method);
|
|
@@ -30907,7 +30907,7 @@ const meetOp = {
|
|
|
30907
30907
|
if (ret.code == 0) {
|
|
30908
30908
|
resolve(ret);
|
|
30909
30909
|
} else {
|
|
30910
|
-
console("结束会议失败", ret.code);
|
|
30910
|
+
console.log("结束会议失败", ret.code);
|
|
30911
30911
|
reject(ret.code);
|
|
30912
30912
|
}
|
|
30913
30913
|
}, '', net.method);
|
|
@@ -30921,7 +30921,7 @@ const meetOp = {
|
|
|
30921
30921
|
if (ret.code == 0) {
|
|
30922
30922
|
resolve(ret);
|
|
30923
30923
|
} else {
|
|
30924
|
-
console("加入视频会议失败", ret.code);
|
|
30924
|
+
console.log("加入视频会议失败", ret.code);
|
|
30925
30925
|
reject(ret.code);
|
|
30926
30926
|
}
|
|
30927
30927
|
}, '', net.method);
|
|
@@ -30935,7 +30935,7 @@ const meetOp = {
|
|
|
30935
30935
|
if (ret.code == 0) {
|
|
30936
30936
|
resolve(ret);
|
|
30937
30937
|
} else {
|
|
30938
|
-
console("加入语音会议失败", ret.code);
|
|
30938
|
+
console.log("加入语音会议失败", ret.code);
|
|
30939
30939
|
reject(ret.code);
|
|
30940
30940
|
}
|
|
30941
30941
|
}, '', net.method);
|
|
@@ -30949,7 +30949,7 @@ const meetOp = {
|
|
|
30949
30949
|
if (ret.code == 0) {
|
|
30950
30950
|
resolve(ret);
|
|
30951
30951
|
} else {
|
|
30952
|
-
console("查询会议列表失败", ret.code);
|
|
30952
|
+
console.log("查询会议列表失败", ret.code);
|
|
30953
30953
|
reject(ret.code);
|
|
30954
30954
|
}
|
|
30955
30955
|
}, '', net.method);
|
|
@@ -30963,7 +30963,7 @@ const meetOp = {
|
|
|
30963
30963
|
if (ret.code == 0) {
|
|
30964
30964
|
resolve(ret);
|
|
30965
30965
|
} else {
|
|
30966
|
-
console("查询会议信息失败", ret.code);
|
|
30966
|
+
console.log("查询会议信息失败", ret.code);
|
|
30967
30967
|
reject(ret.code);
|
|
30968
30968
|
}
|
|
30969
30969
|
}, '', net.method);
|
|
@@ -30977,7 +30977,7 @@ const meetOp = {
|
|
|
30977
30977
|
if (ret.code == 0) {
|
|
30978
30978
|
resolve(ret);
|
|
30979
30979
|
} else {
|
|
30980
|
-
console("查询与会成员列表失败", ret.code);
|
|
30980
|
+
console.log("查询与会成员列表失败", ret.code);
|
|
30981
30981
|
reject(ret.code);
|
|
30982
30982
|
}
|
|
30983
30983
|
}, '', net.method);
|
|
@@ -30993,7 +30993,7 @@ const messageOp = {
|
|
|
30993
30993
|
if (ret.code == 0) {
|
|
30994
30994
|
resolve(ret);
|
|
30995
30995
|
} else {
|
|
30996
|
-
console("发送短信失败", ret.code);
|
|
30996
|
+
console.log("发送短信失败", ret.code);
|
|
30997
30997
|
reject(ret.code);
|
|
30998
30998
|
}
|
|
30999
30999
|
}, '', net.method);
|
|
@@ -31007,7 +31007,7 @@ const messageOp = {
|
|
|
31007
31007
|
if (ret.code == 0) {
|
|
31008
31008
|
resolve(ret);
|
|
31009
31009
|
} else {
|
|
31010
|
-
console("分页查询短信记录失败", ret.code);
|
|
31010
|
+
console.log("分页查询短信记录失败", ret.code);
|
|
31011
31011
|
reject(ret.code);
|
|
31012
31012
|
}
|
|
31013
31013
|
}, '', net.method);
|
|
@@ -31021,7 +31021,7 @@ const messageOp = {
|
|
|
31021
31021
|
if (ret.code == 0) {
|
|
31022
31022
|
resolve(ret);
|
|
31023
31023
|
} else {
|
|
31024
|
-
console("查询短信信息失败", ret.code);
|
|
31024
|
+
console.log("查询短信信息失败", ret.code);
|
|
31025
31025
|
reject(ret.code);
|
|
31026
31026
|
}
|
|
31027
31027
|
}, '', net.method);
|
|
@@ -31035,7 +31035,7 @@ const messageOp = {
|
|
|
31035
31035
|
if (ret.code == 0) {
|
|
31036
31036
|
resolve(ret);
|
|
31037
31037
|
} else {
|
|
31038
|
-
console("查询某条群发短信的发送状态失败", ret.code);
|
|
31038
|
+
console.log("查询某条群发短信的发送状态失败", ret.code);
|
|
31039
31039
|
reject(ret.code);
|
|
31040
31040
|
}
|
|
31041
31041
|
}, '', net.method);
|
|
@@ -31049,7 +31049,7 @@ const messageOp = {
|
|
|
31049
31049
|
if (ret.code == 0) {
|
|
31050
31050
|
resolve(ret);
|
|
31051
31051
|
} else {
|
|
31052
|
-
console("删除短信失败", ret.code);
|
|
31052
|
+
console.log("删除短信失败", ret.code);
|
|
31053
31053
|
reject(ret.code);
|
|
31054
31054
|
}
|
|
31055
31055
|
}, '', net.method);
|
|
@@ -31063,7 +31063,7 @@ const messageOp = {
|
|
|
31063
31063
|
if (ret.code == 0) {
|
|
31064
31064
|
resolve(ret);
|
|
31065
31065
|
} else {
|
|
31066
|
-
console("删除短信失败", ret.code);
|
|
31066
|
+
console.log("删除短信失败", ret.code);
|
|
31067
31067
|
reject(ret.code);
|
|
31068
31068
|
}
|
|
31069
31069
|
}, '', net.method);
|
|
@@ -31077,7 +31077,7 @@ const messageOp = {
|
|
|
31077
31077
|
if (ret.code == 0) {
|
|
31078
31078
|
resolve(ret);
|
|
31079
31079
|
} else {
|
|
31080
|
-
console("查询接收短信信息失败", ret.code);
|
|
31080
|
+
console.log("查询接收短信信息失败", ret.code);
|
|
31081
31081
|
reject(ret.code);
|
|
31082
31082
|
}
|
|
31083
31083
|
}, '', net.method);
|
|
@@ -31091,7 +31091,7 @@ const messageOp = {
|
|
|
31091
31091
|
if (ret.code == 0) {
|
|
31092
31092
|
resolve(ret);
|
|
31093
31093
|
} else {
|
|
31094
|
-
console("阅读接收短信失败", ret.code);
|
|
31094
|
+
console.log("阅读接收短信失败", ret.code);
|
|
31095
31095
|
reject(ret.code);
|
|
31096
31096
|
}
|
|
31097
31097
|
}, '', net.method);
|
|
@@ -31105,7 +31105,7 @@ const messageOp = {
|
|
|
31105
31105
|
if (ret.code == 0) {
|
|
31106
31106
|
resolve(ret);
|
|
31107
31107
|
} else {
|
|
31108
|
-
console("获取未读短信数量失败", ret.code);
|
|
31108
|
+
console.log("获取未读短信数量失败", ret.code);
|
|
31109
31109
|
reject(ret.code);
|
|
31110
31110
|
}
|
|
31111
31111
|
}, '', net.method);
|
|
@@ -31121,7 +31121,7 @@ const recordOp = {
|
|
|
31121
31121
|
if (ret.code == 0) {
|
|
31122
31122
|
resolve(ret);
|
|
31123
31123
|
} else {
|
|
31124
|
-
console("分页查询录音记录列表失败", ret.code);
|
|
31124
|
+
console.log("分页查询录音记录列表失败", ret.code);
|
|
31125
31125
|
reject(ret.code);
|
|
31126
31126
|
}
|
|
31127
31127
|
}, '', net.method);
|
|
@@ -31135,7 +31135,7 @@ const recordOp = {
|
|
|
31135
31135
|
if (ret.code == 0) {
|
|
31136
31136
|
resolve(ret);
|
|
31137
31137
|
} else {
|
|
31138
|
-
console("分页查询录像记录列表失败", ret.code);
|
|
31138
|
+
console.log("分页查询录像记录列表失败", ret.code);
|
|
31139
31139
|
reject(ret.code);
|
|
31140
31140
|
}
|
|
31141
31141
|
}, '', net.method);
|
|
@@ -31149,7 +31149,7 @@ const recordOp = {
|
|
|
31149
31149
|
if (ret.code == 0) {
|
|
31150
31150
|
resolve(ret);
|
|
31151
31151
|
} else {
|
|
31152
|
-
console("分页查询通知音记录列表失败", ret.code);
|
|
31152
|
+
console.log("分页查询通知音记录列表失败", ret.code);
|
|
31153
31153
|
reject(ret.code);
|
|
31154
31154
|
}
|
|
31155
31155
|
}, '', net.method);
|
|
@@ -31163,7 +31163,7 @@ const recordOp = {
|
|
|
31163
31163
|
if (ret.code == 0) {
|
|
31164
31164
|
resolve(ret);
|
|
31165
31165
|
} else {
|
|
31166
|
-
console("分页查询通知音记录列表失败", ret.code);
|
|
31166
|
+
console.log("分页查询通知音记录列表失败", ret.code);
|
|
31167
31167
|
reject(ret.code);
|
|
31168
31168
|
}
|
|
31169
31169
|
}, '', net.method);
|
|
@@ -31177,7 +31177,7 @@ const recordOp = {
|
|
|
31177
31177
|
if (ret.code == 0) {
|
|
31178
31178
|
resolve(ret);
|
|
31179
31179
|
} else {
|
|
31180
|
-
console("录音录像下载失败", ret.code);
|
|
31180
|
+
console.log("录音录像下载失败", ret.code);
|
|
31181
31181
|
reject(ret.code);
|
|
31182
31182
|
}
|
|
31183
31183
|
}, '', net.method);
|
|
@@ -31191,7 +31191,7 @@ const recordOp = {
|
|
|
31191
31191
|
if (ret.code == 0) {
|
|
31192
31192
|
resolve(ret);
|
|
31193
31193
|
} else {
|
|
31194
|
-
console("录音录像删除失败", ret.code);
|
|
31194
|
+
console.log("录音录像删除失败", ret.code);
|
|
31195
31195
|
reject(ret.code);
|
|
31196
31196
|
}
|
|
31197
31197
|
}, '', net.method);
|
|
@@ -31207,7 +31207,7 @@ const videoOp = {
|
|
|
31207
31207
|
if (ret.code == 0) {
|
|
31208
31208
|
resolve(ret);
|
|
31209
31209
|
} else {
|
|
31210
|
-
console("拨打视频失败", ret.code);
|
|
31210
|
+
console.log("拨打视频失败", ret.code);
|
|
31211
31211
|
reject(ret.code);
|
|
31212
31212
|
}
|
|
31213
31213
|
}, '', net.method);
|
|
@@ -31221,7 +31221,7 @@ const videoOp = {
|
|
|
31221
31221
|
if (ret.code == 0) {
|
|
31222
31222
|
resolve(ret);
|
|
31223
31223
|
} else {
|
|
31224
|
-
console("加载视频树节点数据失败", ret.code);
|
|
31224
|
+
console.log("加载视频树节点数据失败", ret.code);
|
|
31225
31225
|
reject(ret.code);
|
|
31226
31226
|
}
|
|
31227
31227
|
}, '', net.method);
|
package/dist/ucservice.umd.js.gz
CHANGED
|
Binary file
|