|
@@ -46,7 +46,9 @@ public class TakeLookController extends BaseController {
|
|
|
if(StringUtils.isBlank(token)){
|
|
|
throw new ApiBusinessException(ErrorCode.FAILURE_CODE_3004);
|
|
|
}
|
|
|
- return fdKKClient.roomList(param, token);
|
|
|
+ JSONObject jsonObject = fdKKClient.roomList(param, token);
|
|
|
+ System.out.println(jsonObject);
|
|
|
+ return jsonObject;
|
|
|
}
|
|
|
|
|
|
}
|