|
@@ -87,7 +87,7 @@ public class ClubApi {
|
|
|
*
|
|
|
* @return Map(userPo,clubPo)
|
|
|
*/
|
|
|
- @ApiOperation("机构个人中心(小程序)")
|
|
|
+ @ApiOperation("机构个人中心(小程序-未调试)")
|
|
|
@ApiImplicitParam(required = true, name = "userId", value = "用户Id")
|
|
|
@GetMapping("/home")
|
|
|
public ResponseJson<Map<String, Object>> getClubHomeData(Integer userId) {
|