Commit 800059ef by Shadow

调整getUnsureFriend入参名称

parent c6a05d16
......@@ -154,7 +154,7 @@ public class ImFriendController extends BaseController {
*/
@GetMapping("/sdk/unsureFriends")
@ApiOperation(value = "获取好友请求列表,最多只返回1000个")
public ApiResult<List<ImFriendApplyDto>> getUnsureFriendsSdk(@RequestParam("clientId") String clientId) {
public ApiResult<List<ImFriendApplyDto>> getUnsureFriendsSdk(@RequestParam("userId") String clientId) {
log.info("获取好友请求列表入参 {}", clientId);
Long appId = SecurityUtils.getCurrentAppId();
ImClient imClient = imClientService.getCacheImClient(appId, clientId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment