|
|
@ -7,10 +7,7 @@ import org.jeecg.common.api.vo.Result; |
|
|
|
import org.jeecg.modules.apiBean.PageBean; |
|
|
|
import org.jeecg.modules.apiService.RecommendService; |
|
|
|
import org.jeecg.modules.hanHaiMember.entity.HanHaiMember; |
|
|
|
import org.springframework.web.bind.annotation.RequestHeader; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestMethod; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
|
|
|
@ -40,6 +37,13 @@ public class RecommendController { |
|
|
|
return recommendService.queryRecommendUserList(token, pageBean); |
|
|
|
} |
|
|
|
|
|
|
|
//分享生成签名 |
|
|
|
@ApiOperation(value = "分享生成签名",notes = "分享生成签名") |
|
|
|
@GetMapping("/getVipShareSign") |
|
|
|
public Result<?> getVipShareSign(String url){ |
|
|
|
return recommendService.getVipShareSign(url); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |