@ray-js/api 1.7.81 → 1.7.82

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.
@@ -69,7 +69,7 @@ declare namespace ty.categorycommonbiz {
69
69
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
70
70
  complete?: () => void
71
71
  /** 接口调用成功的回调函数 */
72
- success?: (params: null) => void
72
+ success?: () => void
73
73
  /** 接口调用失败的回调函数 */
74
74
  fail?: (params: {
75
75
  /** 错误信息 */
@@ -151,7 +151,7 @@ declare namespace ty.categorycommonbiz {
151
151
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
152
152
  complete?: () => void
153
153
  /** 接口调用成功的回调函数 */
154
- success?: (params: null) => void
154
+ success?: () => void
155
155
  /** 接口调用失败的回调函数 */
156
156
  fail?: (params: {
157
157
  /** 错误信息 */
@@ -233,7 +233,7 @@ declare namespace ty.categorycommonbiz {
233
233
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
234
234
  complete?: () => void
235
235
  /** 接口调用成功的回调函数 */
236
- success?: (params: null) => void
236
+ success?: () => void
237
237
  /** 接口调用失败的回调函数 */
238
238
  fail?: (params: {
239
239
  /** 错误信息 */
@@ -315,7 +315,7 @@ declare namespace ty.categorycommonbiz {
315
315
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
316
316
  complete?: () => void
317
317
  /** 接口调用成功的回调函数 */
318
- success?: (params: null) => void
318
+ success?: () => void
319
319
  /** 接口调用失败的回调函数 */
320
320
  fail?: (params: {
321
321
  /** 错误信息 */
@@ -397,7 +397,7 @@ declare namespace ty.categorycommonbiz {
397
397
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
398
398
  complete?: () => void
399
399
  /** 接口调用成功的回调函数 */
400
- success?: (params: null) => void
400
+ success?: () => void
401
401
  /** 接口调用失败的回调函数 */
402
402
  fail?: (params: {
403
403
  /** 错误信息 */
@@ -479,7 +479,7 @@ declare namespace ty.categorycommonbiz {
479
479
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
480
480
  complete?: () => void
481
481
  /** 接口调用成功的回调函数 */
482
- success?: (params: null) => void
482
+ success?: () => void
483
483
  /** 接口调用失败的回调函数 */
484
484
  fail?: (params: {
485
485
  /** 错误信息 */
@@ -561,7 +561,7 @@ declare namespace ty.categorycommonbiz {
561
561
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
562
562
  complete?: () => void
563
563
  /** 接口调用成功的回调函数 */
564
- success?: (params: null) => void
564
+ success?: () => void
565
565
  /** 接口调用失败的回调函数 */
566
566
  fail?: (params: {
567
567
  /** 错误信息 */
@@ -643,7 +643,7 @@ declare namespace ty.categorycommonbiz {
643
643
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
644
644
  complete?: () => void
645
645
  /** 接口调用成功的回调函数 */
646
- success?: (params: null) => void
646
+ success?: () => void
647
647
  /** 接口调用失败的回调函数 */
648
648
  fail?: (params: {
649
649
  /** 错误信息 */
@@ -725,7 +725,7 @@ declare namespace ty.categorycommonbiz {
725
725
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
726
726
  complete?: () => void
727
727
  /** 接口调用成功的回调函数 */
728
- success?: (params: null) => void
728
+ success?: () => void
729
729
  /** 接口调用失败的回调函数 */
730
730
  fail?: (params: {
731
731
  /** 错误信息 */
@@ -807,7 +807,7 @@ declare namespace ty.categorycommonbiz {
807
807
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
808
808
  complete?: () => void
809
809
  /** 接口调用成功的回调函数 */
810
- success?: (params: null) => void
810
+ success?: () => void
811
811
  /** 接口调用失败的回调函数 */
812
812
  fail?: (params: {
813
813
  /** 错误信息 */
@@ -889,7 +889,7 @@ declare namespace ty.categorycommonbiz {
889
889
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
890
890
  complete?: () => void
891
891
  /** 接口调用成功的回调函数 */
892
- success?: (params: null) => void
892
+ success?: () => void
893
893
  /** 接口调用失败的回调函数 */
894
894
  fail?: (params: {
895
895
  /** 错误信息 */
@@ -971,7 +971,7 @@ declare namespace ty.categorycommonbiz {
971
971
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
972
972
  complete?: () => void
973
973
  /** 接口调用成功的回调函数 */
974
- success?: (params: null) => void
974
+ success?: () => void
975
975
  /** 接口调用失败的回调函数 */
976
976
  fail?: (params: {
977
977
  /** 错误信息 */
@@ -1053,7 +1053,7 @@ declare namespace ty.categorycommonbiz {
1053
1053
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
1054
1054
  complete?: () => void
1055
1055
  /** 接口调用成功的回调函数 */
1056
- success?: (params: null) => void
1056
+ success?: () => void
1057
1057
  /** 接口调用失败的回调函数 */
1058
1058
  fail?: (params: {
1059
1059
  /** 错误信息 */
@@ -1135,7 +1135,7 @@ declare namespace ty.categorycommonbiz {
1135
1135
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
1136
1136
  complete?: () => void
1137
1137
  /** 接口调用成功的回调函数 */
1138
- success?: (params: null) => void
1138
+ success?: () => void
1139
1139
  /** 接口调用失败的回调函数 */
1140
1140
  fail?: (params: {
1141
1141
  /** 错误信息 */
@@ -1217,7 +1217,7 @@ declare namespace ty.categorycommonbiz {
1217
1217
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
1218
1218
  complete?: () => void
1219
1219
  /** 接口调用成功的回调函数 */
1220
- success?: (params: null) => void
1220
+ success?: () => void
1221
1221
  /** 接口调用失败的回调函数 */
1222
1222
  fail?: (params: {
1223
1223
  /** 错误信息 */
@@ -1299,7 +1299,7 @@ declare namespace ty.categorycommonbiz {
1299
1299
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
1300
1300
  complete?: () => void
1301
1301
  /** 接口调用成功的回调函数 */
1302
- success?: (params: null) => void
1302
+ success?: () => void
1303
1303
  /** 接口调用失败的回调函数 */
1304
1304
  fail?: (params: {
1305
1305
  /** 错误信息 */
@@ -1381,7 +1381,7 @@ declare namespace ty.categorycommonbiz {
1381
1381
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
1382
1382
  complete?: () => void
1383
1383
  /** 接口调用成功的回调函数 */
1384
- success?: (params: null) => void
1384
+ success?: () => void
1385
1385
  /** 接口调用失败的回调函数 */
1386
1386
  fail?: (params: {
1387
1387
  /** 错误信息 */