Skip to content

Commit c984b91

Browse files
committed
Update CommonService.php
1 parent f5f7396 commit c984b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/CommonService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ abstract static function getLang($lang);
7474
* 处理apidoc接口响应的数据
7575
* @return mixed
7676
*/
77-
abstract static function handleResponseJson();
77+
abstract static function handleResponseJson($res);
7878

7979
abstract static function getTablePrefix();
8080

0 commit comments

Comments
 (0)