Skip to content

Commit 8a78b57

Browse files
[fix]service修改options添加后API修改 review by qiw
1 parent d9d6d54 commit 8a78b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/iServer/CommonServiceBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export class CommonServiceBase {
4343

4444
this.length = null;
4545

46-
4746
this.totalTimes = null;
4847

4948
this.POLLING_TIMES = 3;
@@ -387,4 +386,5 @@ export class CommonServiceBase {
387386
* @param {Object} serviceResult.object 发布应用程序事件的对象。
388387
* @param {Object} serviceResult.type 事件类型。
389388
* @param {Object} serviceResult.element 接受浏览器事件的 DOM 节点。
389+
* @param {Object} serviceResult.options 请求参数。
390390
*/

0 commit comments

Comments
 (0)