ucservice 1.0.2 → 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 +94 -83
- package/dist/ucservice.common.js.gz +0 -0
- package/dist/ucservice.common.js.map +1 -1
- package/dist/ucservice.umd.js +94 -83
- 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 +86 -84
- package/package.json +1 -1
package/dist/ucservice.common.js
CHANGED
|
@@ -25383,6 +25383,16 @@ __webpack_require__.d(__webpack_exports__, "meetOp", function() { return /* reex
|
|
|
25383
25383
|
__webpack_require__.d(__webpack_exports__, "messageOp", function() { return /* reexport */ messageOp; });
|
|
25384
25384
|
__webpack_require__.d(__webpack_exports__, "recordOp", function() { return /* reexport */ recordOp; });
|
|
25385
25385
|
__webpack_require__.d(__webpack_exports__, "videoOp", function() { return /* reexport */ videoOp; });
|
|
25386
|
+
__webpack_require__.d(__webpack_exports__, "account", function() { return /* reexport */ account_net_url; });
|
|
25387
|
+
__webpack_require__.d(__webpack_exports__, "aduio", function() { return /* reexport */ aduio_net_url; });
|
|
25388
|
+
__webpack_require__.d(__webpack_exports__, "aduio_video", function() { return /* reexport */ aduio_video_net_url; });
|
|
25389
|
+
__webpack_require__.d(__webpack_exports__, "dept_ry", function() { return /* reexport */ dept_ry_url; });
|
|
25390
|
+
__webpack_require__.d(__webpack_exports__, "dept", function() { return /* reexport */ dept_url; });
|
|
25391
|
+
__webpack_require__.d(__webpack_exports__, "location", function() { return /* reexport */ location_url; });
|
|
25392
|
+
__webpack_require__.d(__webpack_exports__, "meet", function() { return /* reexport */ meet_url; });
|
|
25393
|
+
__webpack_require__.d(__webpack_exports__, "message", function() { return /* reexport */ message_url; });
|
|
25394
|
+
__webpack_require__.d(__webpack_exports__, "record", function() { return /* reexport */ record_url; });
|
|
25395
|
+
__webpack_require__.d(__webpack_exports__, "video", function() { return /* reexport */ video_net_url; });
|
|
25386
25396
|
|
|
25387
25397
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
|
25388
25398
|
// This file is imported into lib/wc client bundles.
|
|
@@ -30121,13 +30131,13 @@ const doLogout = function (token) {
|
|
|
30121
30131
|
};
|
|
30122
30132
|
const keepHeart = function (token) {
|
|
30123
30133
|
let net = account_net_url.heartBeatNet;
|
|
30124
|
-
loadJson(net.url, {
|
|
30134
|
+
return () => loadJson(net.url, {
|
|
30125
30135
|
token
|
|
30126
30136
|
}, function (ret) {
|
|
30127
30137
|
if (ret.code == 0) {
|
|
30128
|
-
console("心跳设置完成", ret.code);
|
|
30138
|
+
console.log("心跳设置完成", ret.code);
|
|
30129
30139
|
} else {
|
|
30130
|
-
console("心跳设置失败", ret.code);
|
|
30140
|
+
console.log("心跳设置失败", ret.code);
|
|
30131
30141
|
}
|
|
30132
30142
|
}, '', net.method);
|
|
30133
30143
|
};
|
|
@@ -30139,10 +30149,10 @@ const accountOp = {
|
|
|
30139
30149
|
loadJson(net.url, { ...param
|
|
30140
30150
|
}, function (ret) {
|
|
30141
30151
|
if (ret.code == 0) {
|
|
30142
|
-
console("账号新增完成", ret.code);
|
|
30152
|
+
console.log("账号新增完成", ret.code);
|
|
30143
30153
|
resolve(ret);
|
|
30144
30154
|
} else {
|
|
30145
|
-
console("账号新增失败", ret.code);
|
|
30155
|
+
console.log("账号新增失败", ret.code);
|
|
30146
30156
|
reject(ret.code);
|
|
30147
30157
|
}
|
|
30148
30158
|
}, '', net.method);
|
|
@@ -30154,10 +30164,10 @@ const accountOp = {
|
|
|
30154
30164
|
loadJson(net.url, { ...param
|
|
30155
30165
|
}, function (ret) {
|
|
30156
30166
|
if (ret.code == 0) {
|
|
30157
|
-
console("账号更新完成", ret.code);
|
|
30167
|
+
console.log("账号更新完成", ret.code);
|
|
30158
30168
|
resolve(ret);
|
|
30159
30169
|
} else {
|
|
30160
|
-
console("账号更新失败", ret.code);
|
|
30170
|
+
console.log("账号更新失败", ret.code);
|
|
30161
30171
|
reject(ret.code);
|
|
30162
30172
|
}
|
|
30163
30173
|
}, '', net.method);
|
|
@@ -30169,10 +30179,10 @@ const accountOp = {
|
|
|
30169
30179
|
loadJson(net.url, { ...param
|
|
30170
30180
|
}, function (ret) {
|
|
30171
30181
|
if (ret.code == 0) {
|
|
30172
|
-
console("账号删除完成", ret.code);
|
|
30182
|
+
console.log("账号删除完成", ret.code);
|
|
30173
30183
|
resolve(ret);
|
|
30174
30184
|
} else {
|
|
30175
|
-
console("账号删除失败", ret.code);
|
|
30185
|
+
console.log("账号删除失败", ret.code);
|
|
30176
30186
|
reject(ret.code);
|
|
30177
30187
|
}
|
|
30178
30188
|
}, '', net.method);
|
|
@@ -30184,10 +30194,10 @@ const accountOp = {
|
|
|
30184
30194
|
loadJson(net.url, { ...param
|
|
30185
30195
|
}, function (ret) {
|
|
30186
30196
|
if (ret.code == 0) {
|
|
30187
|
-
console("账号密码重置完成", ret.code);
|
|
30197
|
+
console.log("账号密码重置完成", ret.code);
|
|
30188
30198
|
resolve(ret);
|
|
30189
30199
|
} else {
|
|
30190
|
-
console("账号密码重置失败", ret.code);
|
|
30200
|
+
console.log("账号密码重置失败", ret.code);
|
|
30191
30201
|
reject(ret.code);
|
|
30192
30202
|
}
|
|
30193
30203
|
}, '', net.method);
|
|
@@ -30199,10 +30209,10 @@ const accountOp = {
|
|
|
30199
30209
|
loadJson(net.url, { ...param
|
|
30200
30210
|
}, function (ret) {
|
|
30201
30211
|
if (ret.code == 0) {
|
|
30202
|
-
console("当前账号密码重置完成", ret.code);
|
|
30212
|
+
console.log("当前账号密码重置完成", ret.code);
|
|
30203
30213
|
resolve(ret);
|
|
30204
30214
|
} else {
|
|
30205
|
-
console("当前账号密码重置失败", ret.code);
|
|
30215
|
+
console.log("当前账号密码重置失败", ret.code);
|
|
30206
30216
|
reject(ret.code);
|
|
30207
30217
|
}
|
|
30208
30218
|
}, '', net.method);
|
|
@@ -30216,7 +30226,7 @@ const accountOp = {
|
|
|
30216
30226
|
if (ret.code == 0) {
|
|
30217
30227
|
resolve(ret);
|
|
30218
30228
|
} else {
|
|
30219
|
-
console("账号列表查询失败", ret.code);
|
|
30229
|
+
console.log("账号列表查询失败", ret.code);
|
|
30220
30230
|
reject(ret.code);
|
|
30221
30231
|
}
|
|
30222
30232
|
}, '', net.method);
|
|
@@ -30230,7 +30240,7 @@ const accountOp = {
|
|
|
30230
30240
|
if (ret.code == 0) {
|
|
30231
30241
|
resolve(ret);
|
|
30232
30242
|
} else {
|
|
30233
|
-
console("账号列表分页查询失败", ret.code);
|
|
30243
|
+
console.log("账号列表分页查询失败", ret.code);
|
|
30234
30244
|
reject(ret.code);
|
|
30235
30245
|
}
|
|
30236
30246
|
}, '', net.method);
|
|
@@ -30244,7 +30254,7 @@ const accountOp = {
|
|
|
30244
30254
|
if (ret.code == 0) {
|
|
30245
30255
|
resolve(ret);
|
|
30246
30256
|
} else {
|
|
30247
|
-
console("账号关联部门成员查询失败", ret.code);
|
|
30257
|
+
console.log("账号关联部门成员查询失败", ret.code);
|
|
30248
30258
|
reject(ret.code);
|
|
30249
30259
|
}
|
|
30250
30260
|
}, '', net.method);
|
|
@@ -30258,7 +30268,7 @@ const accountOp = {
|
|
|
30258
30268
|
if (ret.code == 0) {
|
|
30259
30269
|
resolve(ret);
|
|
30260
30270
|
} else {
|
|
30261
|
-
console("账号详情查询失败", ret.code);
|
|
30271
|
+
console.log("账号详情查询失败", ret.code);
|
|
30262
30272
|
reject(ret.code);
|
|
30263
30273
|
}
|
|
30264
30274
|
}, '', net.method);
|
|
@@ -30274,7 +30284,7 @@ const aduioOp = {
|
|
|
30274
30284
|
if (ret.code == 0) {
|
|
30275
30285
|
resolve(ret);
|
|
30276
30286
|
} else {
|
|
30277
|
-
console("语音呼叫失败", ret.code);
|
|
30287
|
+
console.log("语音呼叫失败", ret.code);
|
|
30278
30288
|
reject(ret.code);
|
|
30279
30289
|
}
|
|
30280
30290
|
}, '', net.method);
|
|
@@ -30288,7 +30298,7 @@ const aduioOp = {
|
|
|
30288
30298
|
if (ret.code == 0) {
|
|
30289
30299
|
resolve(ret);
|
|
30290
30300
|
} else {
|
|
30291
|
-
console("语音呼叫接听失败", ret.code);
|
|
30301
|
+
console.log("语音呼叫接听失败", ret.code);
|
|
30292
30302
|
reject(ret.code);
|
|
30293
30303
|
}
|
|
30294
30304
|
}, '', net.method);
|
|
@@ -30302,7 +30312,7 @@ const aduioOp = {
|
|
|
30302
30312
|
if (ret.code == 0) {
|
|
30303
30313
|
resolve(ret);
|
|
30304
30314
|
} else {
|
|
30305
|
-
console("保持通话失败", ret.code);
|
|
30315
|
+
console.log("保持通话失败", ret.code);
|
|
30306
30316
|
reject(ret.code);
|
|
30307
30317
|
}
|
|
30308
30318
|
}, '', net.method);
|
|
@@ -30316,7 +30326,7 @@ const aduioOp = {
|
|
|
30316
30326
|
if (ret.code == 0) {
|
|
30317
30327
|
resolve(ret);
|
|
30318
30328
|
} else {
|
|
30319
|
-
console("取消保持通话失败", ret.code);
|
|
30329
|
+
console.log("取消保持通话失败", ret.code);
|
|
30320
30330
|
reject(ret.code);
|
|
30321
30331
|
}
|
|
30322
30332
|
}, '', net.method);
|
|
@@ -30330,7 +30340,7 @@ const aduioOp = {
|
|
|
30330
30340
|
if (ret.code == 0) {
|
|
30331
30341
|
resolve(ret);
|
|
30332
30342
|
} else {
|
|
30333
|
-
console("通话转接失败", ret.code);
|
|
30343
|
+
console.log("通话转接失败", ret.code);
|
|
30334
30344
|
reject(ret.code);
|
|
30335
30345
|
}
|
|
30336
30346
|
}, '', net.method);
|
|
@@ -30344,7 +30354,7 @@ const aduioOp = {
|
|
|
30344
30354
|
if (ret.code == 0) {
|
|
30345
30355
|
resolve(ret);
|
|
30346
30356
|
} else {
|
|
30347
|
-
console("取消通话转接失败", ret.code);
|
|
30357
|
+
console.log("取消通话转接失败", ret.code);
|
|
30348
30358
|
reject(ret.code);
|
|
30349
30359
|
}
|
|
30350
30360
|
}, '', net.method);
|
|
@@ -30358,7 +30368,7 @@ const aduioOp = {
|
|
|
30358
30368
|
if (ret.code == 0) {
|
|
30359
30369
|
resolve(ret);
|
|
30360
30370
|
} else {
|
|
30361
|
-
console("强插失败", ret.code);
|
|
30371
|
+
console.log("强插失败", ret.code);
|
|
30362
30372
|
reject(ret.code);
|
|
30363
30373
|
}
|
|
30364
30374
|
}, '', net.method);
|
|
@@ -30372,7 +30382,7 @@ const aduioOp = {
|
|
|
30372
30382
|
if (ret.code == 0) {
|
|
30373
30383
|
resolve(ret);
|
|
30374
30384
|
} else {
|
|
30375
|
-
console("强拆失败", ret.code);
|
|
30385
|
+
console.log("强拆失败", ret.code);
|
|
30376
30386
|
reject(ret.code);
|
|
30377
30387
|
}
|
|
30378
30388
|
}, '', net.method);
|
|
@@ -30386,7 +30396,7 @@ const aduioOp = {
|
|
|
30386
30396
|
if (ret.code == 0) {
|
|
30387
30397
|
resolve(ret);
|
|
30388
30398
|
} else {
|
|
30389
|
-
console("监听失败", ret.code);
|
|
30399
|
+
console.log("监听失败", ret.code);
|
|
30390
30400
|
reject(ret.code);
|
|
30391
30401
|
}
|
|
30392
30402
|
}, '', net.method);
|
|
@@ -30400,7 +30410,7 @@ const aduioOp = {
|
|
|
30400
30410
|
if (ret.code == 0) {
|
|
30401
30411
|
resolve(ret);
|
|
30402
30412
|
} else {
|
|
30403
|
-
console("组呼通知失败", ret.code);
|
|
30413
|
+
console.log("组呼通知失败", ret.code);
|
|
30404
30414
|
reject(ret.code);
|
|
30405
30415
|
}
|
|
30406
30416
|
}, '', net.method);
|
|
@@ -30414,7 +30424,7 @@ const aduioOp = {
|
|
|
30414
30424
|
if (ret.code == 0) {
|
|
30415
30425
|
resolve(ret);
|
|
30416
30426
|
} else {
|
|
30417
|
-
console("组呼通知分页查询失败", ret.code);
|
|
30427
|
+
console.log("组呼通知分页查询失败", ret.code);
|
|
30418
30428
|
reject(ret.code);
|
|
30419
30429
|
}
|
|
30420
30430
|
}, '', net.method);
|
|
@@ -30428,7 +30438,7 @@ const aduioOp = {
|
|
|
30428
30438
|
if (ret.code == 0) {
|
|
30429
30439
|
resolve(ret);
|
|
30430
30440
|
} else {
|
|
30431
|
-
console("呼叫记录分页查询失败", ret.code);
|
|
30441
|
+
console.log("呼叫记录分页查询失败", ret.code);
|
|
30432
30442
|
reject(ret.code);
|
|
30433
30443
|
}
|
|
30434
30444
|
}, '', net.method);
|
|
@@ -30444,7 +30454,7 @@ const aduioVideoOp = {
|
|
|
30444
30454
|
if (ret.code == 0) {
|
|
30445
30455
|
resolve(ret);
|
|
30446
30456
|
} else {
|
|
30447
|
-
console("语音或视频拆线/挂断失败", ret.code);
|
|
30457
|
+
console.log("语音或视频拆线/挂断失败", ret.code);
|
|
30448
30458
|
reject(ret.code);
|
|
30449
30459
|
}
|
|
30450
30460
|
}, '', net.method);
|
|
@@ -30458,7 +30468,7 @@ const aduioVideoOp = {
|
|
|
30458
30468
|
if (ret.code == 0) {
|
|
30459
30469
|
resolve(ret);
|
|
30460
30470
|
} else {
|
|
30461
|
-
console("获取所有号码状态失败", ret.code);
|
|
30471
|
+
console.log("获取所有号码状态失败", ret.code);
|
|
30462
30472
|
reject(ret.code);
|
|
30463
30473
|
}
|
|
30464
30474
|
}, '', net.method);
|
|
@@ -30472,7 +30482,7 @@ const aduioVideoOp = {
|
|
|
30472
30482
|
if (ret.code == 0) {
|
|
30473
30483
|
resolve(ret);
|
|
30474
30484
|
} else {
|
|
30475
|
-
console("获取指定号码状态失败", ret.code);
|
|
30485
|
+
console.log("获取指定号码状态失败", ret.code);
|
|
30476
30486
|
reject(ret.code);
|
|
30477
30487
|
}
|
|
30478
30488
|
}, '', net.method);
|
|
@@ -30488,7 +30498,7 @@ const deptOp = {
|
|
|
30488
30498
|
if (ret.code == 0) {
|
|
30489
30499
|
resolve(ret);
|
|
30490
30500
|
} else {
|
|
30491
|
-
console("新增部门失败", ret.code);
|
|
30501
|
+
console.log("新增部门失败", ret.code);
|
|
30492
30502
|
reject(ret.code);
|
|
30493
30503
|
}
|
|
30494
30504
|
}, '', net.method);
|
|
@@ -30502,7 +30512,7 @@ const deptOp = {
|
|
|
30502
30512
|
if (ret.code == 0) {
|
|
30503
30513
|
resolve(ret);
|
|
30504
30514
|
} else {
|
|
30505
|
-
console("更新部门失败", ret.code);
|
|
30515
|
+
console.log("更新部门失败", ret.code);
|
|
30506
30516
|
reject(ret.code);
|
|
30507
30517
|
}
|
|
30508
30518
|
}, '', net.method);
|
|
@@ -30516,7 +30526,7 @@ const deptOp = {
|
|
|
30516
30526
|
if (ret.code == 0) {
|
|
30517
30527
|
resolve(ret);
|
|
30518
30528
|
} else {
|
|
30519
|
-
console("删除部门失败", ret.code);
|
|
30529
|
+
console.log("删除部门失败", ret.code);
|
|
30520
30530
|
reject(ret.code);
|
|
30521
30531
|
}
|
|
30522
30532
|
}, '', net.method);
|
|
@@ -30530,7 +30540,7 @@ const deptOp = {
|
|
|
30530
30540
|
if (ret.code == 0) {
|
|
30531
30541
|
resolve(ret);
|
|
30532
30542
|
} else {
|
|
30533
|
-
console("查询部门信息失败", ret.code);
|
|
30543
|
+
console.log("查询部门信息失败", ret.code);
|
|
30534
30544
|
reject(ret.code);
|
|
30535
30545
|
}
|
|
30536
30546
|
}, '', net.method);
|
|
@@ -30544,7 +30554,7 @@ const deptOp = {
|
|
|
30544
30554
|
if (ret.code == 0) {
|
|
30545
30555
|
resolve(ret);
|
|
30546
30556
|
} else {
|
|
30547
|
-
console("分页查询部门列表失败", ret.code);
|
|
30557
|
+
console.log("分页查询部门列表失败", ret.code);
|
|
30548
30558
|
reject(ret.code);
|
|
30549
30559
|
}
|
|
30550
30560
|
}, '', net.method);
|
|
@@ -30558,7 +30568,7 @@ const deptOp = {
|
|
|
30558
30568
|
if (ret.code == 0) {
|
|
30559
30569
|
resolve(ret);
|
|
30560
30570
|
} else {
|
|
30561
|
-
console("查询部门列表失败", ret.code);
|
|
30571
|
+
console.log("查询部门列表失败", ret.code);
|
|
30562
30572
|
reject(ret.code);
|
|
30563
30573
|
}
|
|
30564
30574
|
}, '', net.method);
|
|
@@ -30572,7 +30582,7 @@ const deptOp = {
|
|
|
30572
30582
|
if (ret.code == 0) {
|
|
30573
30583
|
resolve(ret);
|
|
30574
30584
|
} else {
|
|
30575
|
-
console("查询部门下属层级关系失败", ret.code);
|
|
30585
|
+
console.log("查询部门下属层级关系失败", ret.code);
|
|
30576
30586
|
reject(ret.code);
|
|
30577
30587
|
}
|
|
30578
30588
|
}, '', net.method);
|
|
@@ -30586,7 +30596,7 @@ const deptOp = {
|
|
|
30586
30596
|
if (ret.code == 0) {
|
|
30587
30597
|
resolve(ret);
|
|
30588
30598
|
} else {
|
|
30589
|
-
console("查询部门所在层级的关系路径失败", ret.code);
|
|
30599
|
+
console.log("查询部门所在层级的关系路径失败", ret.code);
|
|
30590
30600
|
reject(ret.code);
|
|
30591
30601
|
}
|
|
30592
30602
|
}, '', net.method);
|
|
@@ -30600,7 +30610,7 @@ const deptOp = {
|
|
|
30600
30610
|
if (ret.code == 0) {
|
|
30601
30611
|
resolve(ret);
|
|
30602
30612
|
} else {
|
|
30603
|
-
console("查询部门所在树形的关系失败", ret.code);
|
|
30613
|
+
console.log("查询部门所在树形的关系失败", ret.code);
|
|
30604
30614
|
reject(ret.code);
|
|
30605
30615
|
}
|
|
30606
30616
|
}, '', net.method);
|
|
@@ -30614,7 +30624,7 @@ const deptOp = {
|
|
|
30614
30624
|
if (ret.code == 0) {
|
|
30615
30625
|
resolve(ret);
|
|
30616
30626
|
} else {
|
|
30617
|
-
console("查询部门成员数量", ret.code);
|
|
30627
|
+
console.log("查询部门成员数量", ret.code);
|
|
30618
30628
|
reject(ret.code);
|
|
30619
30629
|
}
|
|
30620
30630
|
}, '', net.method);
|
|
@@ -30628,7 +30638,7 @@ const deptOp = {
|
|
|
30628
30638
|
if (ret.code == 0) {
|
|
30629
30639
|
resolve(ret);
|
|
30630
30640
|
} else {
|
|
30631
|
-
console("修改部门排序失败", ret.code);
|
|
30641
|
+
console.log("修改部门排序失败", ret.code);
|
|
30632
30642
|
reject(ret.code);
|
|
30633
30643
|
}
|
|
30634
30644
|
}, '', net.method);
|
|
@@ -30642,7 +30652,7 @@ const deptOp = {
|
|
|
30642
30652
|
if (ret.code == 0) {
|
|
30643
30653
|
resolve(ret);
|
|
30644
30654
|
} else {
|
|
30645
|
-
console("查询部门成员列表失败", ret.code);
|
|
30655
|
+
console.log("查询部门成员列表失败", ret.code);
|
|
30646
30656
|
reject(ret.code);
|
|
30647
30657
|
}
|
|
30648
30658
|
}, '', net.method);
|
|
@@ -30656,7 +30666,7 @@ const deptOp = {
|
|
|
30656
30666
|
if (ret.code == 0) {
|
|
30657
30667
|
resolve(ret);
|
|
30658
30668
|
} else {
|
|
30659
|
-
console("查询行政区划列表失败", ret.code);
|
|
30669
|
+
console.log("查询行政区划列表失败", ret.code);
|
|
30660
30670
|
reject(ret.code);
|
|
30661
30671
|
}
|
|
30662
30672
|
}, '', net.method);
|
|
@@ -30672,7 +30682,7 @@ const deptRyOp = {
|
|
|
30672
30682
|
if (ret.code == 0) {
|
|
30673
30683
|
resolve(ret);
|
|
30674
30684
|
} else {
|
|
30675
|
-
console("新增部门成员失败", ret.code);
|
|
30685
|
+
console.log("新增部门成员失败", ret.code);
|
|
30676
30686
|
reject(ret.code);
|
|
30677
30687
|
}
|
|
30678
30688
|
}, '', net.method);
|
|
@@ -30686,7 +30696,7 @@ const deptRyOp = {
|
|
|
30686
30696
|
if (ret.code == 0) {
|
|
30687
30697
|
resolve(ret);
|
|
30688
30698
|
} else {
|
|
30689
|
-
console("更新部门成员失败", ret.code);
|
|
30699
|
+
console.log("更新部门成员失败", ret.code);
|
|
30690
30700
|
reject(ret.code);
|
|
30691
30701
|
}
|
|
30692
30702
|
}, '', net.method);
|
|
@@ -30700,7 +30710,7 @@ const deptRyOp = {
|
|
|
30700
30710
|
if (ret.code == 0) {
|
|
30701
30711
|
resolve(ret);
|
|
30702
30712
|
} else {
|
|
30703
|
-
console("删除部门成员失败", ret.code);
|
|
30713
|
+
console.log("删除部门成员失败", ret.code);
|
|
30704
30714
|
reject(ret.code);
|
|
30705
30715
|
}
|
|
30706
30716
|
}, '', net.method);
|
|
@@ -30714,7 +30724,7 @@ const deptRyOp = {
|
|
|
30714
30724
|
if (ret.code == 0) {
|
|
30715
30725
|
resolve(ret);
|
|
30716
30726
|
} else {
|
|
30717
|
-
console("查询部门成员信息失败", ret.code);
|
|
30727
|
+
console.log("查询部门成员信息失败", ret.code);
|
|
30718
30728
|
reject(ret.code);
|
|
30719
30729
|
}
|
|
30720
30730
|
}, '', net.method);
|
|
@@ -30728,7 +30738,7 @@ const deptRyOp = {
|
|
|
30728
30738
|
if (ret.code == 0) {
|
|
30729
30739
|
resolve(ret);
|
|
30730
30740
|
} else {
|
|
30731
|
-
console("分页查询部门成员失败", ret.code);
|
|
30741
|
+
console.log("分页查询部门成员失败", ret.code);
|
|
30732
30742
|
reject(ret.code);
|
|
30733
30743
|
}
|
|
30734
30744
|
}, '', net.method);
|
|
@@ -30742,7 +30752,7 @@ const deptRyOp = {
|
|
|
30742
30752
|
if (ret.code == 0) {
|
|
30743
30753
|
resolve(ret);
|
|
30744
30754
|
} else {
|
|
30745
|
-
console("查询部门成员列表失败", ret.code);
|
|
30755
|
+
console.log("查询部门成员列表失败", ret.code);
|
|
30746
30756
|
reject(ret.code);
|
|
30747
30757
|
}
|
|
30748
30758
|
}, '', net.method);
|
|
@@ -30756,7 +30766,7 @@ const deptRyOp = {
|
|
|
30756
30766
|
if (ret.code == 0) {
|
|
30757
30767
|
resolve(ret);
|
|
30758
30768
|
} else {
|
|
30759
|
-
console("通过关联号码查询部门成员信息失败", ret.code);
|
|
30769
|
+
console.log("通过关联号码查询部门成员信息失败", ret.code);
|
|
30760
30770
|
reject(ret.code);
|
|
30761
30771
|
}
|
|
30762
30772
|
}, '', net.method);
|
|
@@ -30770,7 +30780,7 @@ const deptRyOp = {
|
|
|
30770
30780
|
if (ret.code == 0) {
|
|
30771
30781
|
resolve(ret);
|
|
30772
30782
|
} else {
|
|
30773
|
-
console("查询部门成员所在层级路径失败", ret.code);
|
|
30783
|
+
console.log("查询部门成员所在层级路径失败", ret.code);
|
|
30774
30784
|
reject(ret.code);
|
|
30775
30785
|
}
|
|
30776
30786
|
}, '', net.method);
|
|
@@ -30784,7 +30794,7 @@ const deptRyOp = {
|
|
|
30784
30794
|
if (ret.code == 0) {
|
|
30785
30795
|
resolve(ret);
|
|
30786
30796
|
} else {
|
|
30787
|
-
console("查询成员关联账号失败", ret.code);
|
|
30797
|
+
console.log("查询成员关联账号失败", ret.code);
|
|
30788
30798
|
reject(ret.code);
|
|
30789
30799
|
}
|
|
30790
30800
|
}, '', net.method);
|
|
@@ -30798,7 +30808,7 @@ const deptRyOp = {
|
|
|
30798
30808
|
if (ret.code == 0) {
|
|
30799
30809
|
resolve(ret);
|
|
30800
30810
|
} else {
|
|
30801
|
-
console("修改成员排序失败", ret.code);
|
|
30811
|
+
console.log("修改成员排序失败", ret.code);
|
|
30802
30812
|
reject(ret.code);
|
|
30803
30813
|
}
|
|
30804
30814
|
}, '', net.method);
|
|
@@ -30812,7 +30822,7 @@ const deptRyOp = {
|
|
|
30812
30822
|
if (ret.code == 0) {
|
|
30813
30823
|
resolve(ret);
|
|
30814
30824
|
} else {
|
|
30815
|
-
console("多id查询成员列表失败", ret.code);
|
|
30825
|
+
console.log("多id查询成员列表失败", ret.code);
|
|
30816
30826
|
reject(ret.code);
|
|
30817
30827
|
}
|
|
30818
30828
|
}, '', net.method);
|
|
@@ -30828,7 +30838,7 @@ const locationOp = {
|
|
|
30828
30838
|
if (ret.code == 0) {
|
|
30829
30839
|
resolve(ret);
|
|
30830
30840
|
} else {
|
|
30831
|
-
console("上报位置信息失败", ret.code);
|
|
30841
|
+
console.log("上报位置信息失败", ret.code);
|
|
30832
30842
|
reject(ret.code);
|
|
30833
30843
|
}
|
|
30834
30844
|
}, '', net.method, {
|
|
@@ -30844,7 +30854,7 @@ const locationOp = {
|
|
|
30844
30854
|
if (ret.code == 0) {
|
|
30845
30855
|
resolve(ret);
|
|
30846
30856
|
} else {
|
|
30847
|
-
console("查询人员轨迹失败", ret.code);
|
|
30857
|
+
console.log("查询人员轨迹失败", ret.code);
|
|
30848
30858
|
reject(ret.code);
|
|
30849
30859
|
}
|
|
30850
30860
|
}, '', net.method);
|
|
@@ -30858,7 +30868,7 @@ const locationOp = {
|
|
|
30858
30868
|
if (ret.code == 0) {
|
|
30859
30869
|
resolve(ret);
|
|
30860
30870
|
} else {
|
|
30861
|
-
console("分页查询人员轨迹失败", ret.code);
|
|
30871
|
+
console.log("分页查询人员轨迹失败", ret.code);
|
|
30862
30872
|
reject(ret.code);
|
|
30863
30873
|
}
|
|
30864
30874
|
}, '', net.method);
|
|
@@ -30874,7 +30884,7 @@ const meetOp = {
|
|
|
30874
30884
|
if (ret.code == 0) {
|
|
30875
30885
|
resolve(ret);
|
|
30876
30886
|
} else {
|
|
30877
|
-
console("发起会议失败", ret.code);
|
|
30887
|
+
console.log("发起会议失败", ret.code);
|
|
30878
30888
|
reject(ret.code);
|
|
30879
30889
|
}
|
|
30880
30890
|
}, '', net.method);
|
|
@@ -30888,7 +30898,7 @@ const meetOp = {
|
|
|
30888
30898
|
if (ret.code == 0) {
|
|
30889
30899
|
resolve(ret);
|
|
30890
30900
|
} else {
|
|
30891
|
-
console("结束会议失败", ret.code);
|
|
30901
|
+
console.log("结束会议失败", ret.code);
|
|
30892
30902
|
reject(ret.code);
|
|
30893
30903
|
}
|
|
30894
30904
|
}, '', net.method);
|
|
@@ -30902,7 +30912,7 @@ const meetOp = {
|
|
|
30902
30912
|
if (ret.code == 0) {
|
|
30903
30913
|
resolve(ret);
|
|
30904
30914
|
} else {
|
|
30905
|
-
console("加入视频会议失败", ret.code);
|
|
30915
|
+
console.log("加入视频会议失败", ret.code);
|
|
30906
30916
|
reject(ret.code);
|
|
30907
30917
|
}
|
|
30908
30918
|
}, '', net.method);
|
|
@@ -30916,7 +30926,7 @@ const meetOp = {
|
|
|
30916
30926
|
if (ret.code == 0) {
|
|
30917
30927
|
resolve(ret);
|
|
30918
30928
|
} else {
|
|
30919
|
-
console("加入语音会议失败", ret.code);
|
|
30929
|
+
console.log("加入语音会议失败", ret.code);
|
|
30920
30930
|
reject(ret.code);
|
|
30921
30931
|
}
|
|
30922
30932
|
}, '', net.method);
|
|
@@ -30930,7 +30940,7 @@ const meetOp = {
|
|
|
30930
30940
|
if (ret.code == 0) {
|
|
30931
30941
|
resolve(ret);
|
|
30932
30942
|
} else {
|
|
30933
|
-
console("查询会议列表失败", ret.code);
|
|
30943
|
+
console.log("查询会议列表失败", ret.code);
|
|
30934
30944
|
reject(ret.code);
|
|
30935
30945
|
}
|
|
30936
30946
|
}, '', net.method);
|
|
@@ -30944,7 +30954,7 @@ const meetOp = {
|
|
|
30944
30954
|
if (ret.code == 0) {
|
|
30945
30955
|
resolve(ret);
|
|
30946
30956
|
} else {
|
|
30947
|
-
console("查询会议信息失败", ret.code);
|
|
30957
|
+
console.log("查询会议信息失败", ret.code);
|
|
30948
30958
|
reject(ret.code);
|
|
30949
30959
|
}
|
|
30950
30960
|
}, '', net.method);
|
|
@@ -30958,7 +30968,7 @@ const meetOp = {
|
|
|
30958
30968
|
if (ret.code == 0) {
|
|
30959
30969
|
resolve(ret);
|
|
30960
30970
|
} else {
|
|
30961
|
-
console("查询与会成员列表失败", ret.code);
|
|
30971
|
+
console.log("查询与会成员列表失败", ret.code);
|
|
30962
30972
|
reject(ret.code);
|
|
30963
30973
|
}
|
|
30964
30974
|
}, '', net.method);
|
|
@@ -30974,7 +30984,7 @@ const messageOp = {
|
|
|
30974
30984
|
if (ret.code == 0) {
|
|
30975
30985
|
resolve(ret);
|
|
30976
30986
|
} else {
|
|
30977
|
-
console("发送短信失败", ret.code);
|
|
30987
|
+
console.log("发送短信失败", ret.code);
|
|
30978
30988
|
reject(ret.code);
|
|
30979
30989
|
}
|
|
30980
30990
|
}, '', net.method);
|
|
@@ -30988,7 +30998,7 @@ const messageOp = {
|
|
|
30988
30998
|
if (ret.code == 0) {
|
|
30989
30999
|
resolve(ret);
|
|
30990
31000
|
} else {
|
|
30991
|
-
console("分页查询短信记录失败", ret.code);
|
|
31001
|
+
console.log("分页查询短信记录失败", ret.code);
|
|
30992
31002
|
reject(ret.code);
|
|
30993
31003
|
}
|
|
30994
31004
|
}, '', net.method);
|
|
@@ -31002,7 +31012,7 @@ const messageOp = {
|
|
|
31002
31012
|
if (ret.code == 0) {
|
|
31003
31013
|
resolve(ret);
|
|
31004
31014
|
} else {
|
|
31005
|
-
console("查询短信信息失败", ret.code);
|
|
31015
|
+
console.log("查询短信信息失败", ret.code);
|
|
31006
31016
|
reject(ret.code);
|
|
31007
31017
|
}
|
|
31008
31018
|
}, '', net.method);
|
|
@@ -31016,7 +31026,7 @@ const messageOp = {
|
|
|
31016
31026
|
if (ret.code == 0) {
|
|
31017
31027
|
resolve(ret);
|
|
31018
31028
|
} else {
|
|
31019
|
-
console("查询某条群发短信的发送状态失败", ret.code);
|
|
31029
|
+
console.log("查询某条群发短信的发送状态失败", ret.code);
|
|
31020
31030
|
reject(ret.code);
|
|
31021
31031
|
}
|
|
31022
31032
|
}, '', net.method);
|
|
@@ -31030,7 +31040,7 @@ const messageOp = {
|
|
|
31030
31040
|
if (ret.code == 0) {
|
|
31031
31041
|
resolve(ret);
|
|
31032
31042
|
} else {
|
|
31033
|
-
console("删除短信失败", ret.code);
|
|
31043
|
+
console.log("删除短信失败", ret.code);
|
|
31034
31044
|
reject(ret.code);
|
|
31035
31045
|
}
|
|
31036
31046
|
}, '', net.method);
|
|
@@ -31044,7 +31054,7 @@ const messageOp = {
|
|
|
31044
31054
|
if (ret.code == 0) {
|
|
31045
31055
|
resolve(ret);
|
|
31046
31056
|
} else {
|
|
31047
|
-
console("删除短信失败", ret.code);
|
|
31057
|
+
console.log("删除短信失败", ret.code);
|
|
31048
31058
|
reject(ret.code);
|
|
31049
31059
|
}
|
|
31050
31060
|
}, '', net.method);
|
|
@@ -31058,7 +31068,7 @@ const messageOp = {
|
|
|
31058
31068
|
if (ret.code == 0) {
|
|
31059
31069
|
resolve(ret);
|
|
31060
31070
|
} else {
|
|
31061
|
-
console("查询接收短信信息失败", ret.code);
|
|
31071
|
+
console.log("查询接收短信信息失败", ret.code);
|
|
31062
31072
|
reject(ret.code);
|
|
31063
31073
|
}
|
|
31064
31074
|
}, '', net.method);
|
|
@@ -31072,7 +31082,7 @@ const messageOp = {
|
|
|
31072
31082
|
if (ret.code == 0) {
|
|
31073
31083
|
resolve(ret);
|
|
31074
31084
|
} else {
|
|
31075
|
-
console("阅读接收短信失败", ret.code);
|
|
31085
|
+
console.log("阅读接收短信失败", ret.code);
|
|
31076
31086
|
reject(ret.code);
|
|
31077
31087
|
}
|
|
31078
31088
|
}, '', net.method);
|
|
@@ -31086,7 +31096,7 @@ const messageOp = {
|
|
|
31086
31096
|
if (ret.code == 0) {
|
|
31087
31097
|
resolve(ret);
|
|
31088
31098
|
} else {
|
|
31089
|
-
console("获取未读短信数量失败", ret.code);
|
|
31099
|
+
console.log("获取未读短信数量失败", ret.code);
|
|
31090
31100
|
reject(ret.code);
|
|
31091
31101
|
}
|
|
31092
31102
|
}, '', net.method);
|
|
@@ -31102,7 +31112,7 @@ const recordOp = {
|
|
|
31102
31112
|
if (ret.code == 0) {
|
|
31103
31113
|
resolve(ret);
|
|
31104
31114
|
} else {
|
|
31105
|
-
console("分页查询录音记录列表失败", ret.code);
|
|
31115
|
+
console.log("分页查询录音记录列表失败", ret.code);
|
|
31106
31116
|
reject(ret.code);
|
|
31107
31117
|
}
|
|
31108
31118
|
}, '', net.method);
|
|
@@ -31116,7 +31126,7 @@ const recordOp = {
|
|
|
31116
31126
|
if (ret.code == 0) {
|
|
31117
31127
|
resolve(ret);
|
|
31118
31128
|
} else {
|
|
31119
|
-
console("分页查询录像记录列表失败", ret.code);
|
|
31129
|
+
console.log("分页查询录像记录列表失败", ret.code);
|
|
31120
31130
|
reject(ret.code);
|
|
31121
31131
|
}
|
|
31122
31132
|
}, '', net.method);
|
|
@@ -31130,7 +31140,7 @@ const recordOp = {
|
|
|
31130
31140
|
if (ret.code == 0) {
|
|
31131
31141
|
resolve(ret);
|
|
31132
31142
|
} else {
|
|
31133
|
-
console("分页查询通知音记录列表失败", ret.code);
|
|
31143
|
+
console.log("分页查询通知音记录列表失败", ret.code);
|
|
31134
31144
|
reject(ret.code);
|
|
31135
31145
|
}
|
|
31136
31146
|
}, '', net.method);
|
|
@@ -31144,7 +31154,7 @@ const recordOp = {
|
|
|
31144
31154
|
if (ret.code == 0) {
|
|
31145
31155
|
resolve(ret);
|
|
31146
31156
|
} else {
|
|
31147
|
-
console("分页查询通知音记录列表失败", ret.code);
|
|
31157
|
+
console.log("分页查询通知音记录列表失败", ret.code);
|
|
31148
31158
|
reject(ret.code);
|
|
31149
31159
|
}
|
|
31150
31160
|
}, '', net.method);
|
|
@@ -31158,7 +31168,7 @@ const recordOp = {
|
|
|
31158
31168
|
if (ret.code == 0) {
|
|
31159
31169
|
resolve(ret);
|
|
31160
31170
|
} else {
|
|
31161
|
-
console("录音录像下载失败", ret.code);
|
|
31171
|
+
console.log("录音录像下载失败", ret.code);
|
|
31162
31172
|
reject(ret.code);
|
|
31163
31173
|
}
|
|
31164
31174
|
}, '', net.method);
|
|
@@ -31172,7 +31182,7 @@ const recordOp = {
|
|
|
31172
31182
|
if (ret.code == 0) {
|
|
31173
31183
|
resolve(ret);
|
|
31174
31184
|
} else {
|
|
31175
|
-
console("录音录像删除失败", ret.code);
|
|
31185
|
+
console.log("录音录像删除失败", ret.code);
|
|
31176
31186
|
reject(ret.code);
|
|
31177
31187
|
}
|
|
31178
31188
|
}, '', net.method);
|
|
@@ -31188,7 +31198,7 @@ const videoOp = {
|
|
|
31188
31198
|
if (ret.code == 0) {
|
|
31189
31199
|
resolve(ret);
|
|
31190
31200
|
} else {
|
|
31191
|
-
console("拨打视频失败", ret.code);
|
|
31201
|
+
console.log("拨打视频失败", ret.code);
|
|
31192
31202
|
reject(ret.code);
|
|
31193
31203
|
}
|
|
31194
31204
|
}, '', net.method);
|
|
@@ -31202,13 +31212,14 @@ const videoOp = {
|
|
|
31202
31212
|
if (ret.code == 0) {
|
|
31203
31213
|
resolve(ret);
|
|
31204
31214
|
} else {
|
|
31205
|
-
console("加载视频树节点数据失败", ret.code);
|
|
31215
|
+
console.log("加载视频树节点数据失败", ret.code);
|
|
31206
31216
|
reject(ret.code);
|
|
31207
31217
|
}
|
|
31208
31218
|
}, '', net.method);
|
|
31209
31219
|
});
|
|
31210
31220
|
}
|
|
31211
31221
|
};
|
|
31222
|
+
//接口相关参数以及返回值,暴露出去可以供开发者查看
|
|
31212
31223
|
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib-no-default.js
|
|
31213
31224
|
|
|
31214
31225
|
|