|
@@ -346,6 +346,7 @@ public class UserScrmController extends AppBaseController {
|
|
|
@ApiOperation("申请推广员")
|
|
|
@PostMapping("/applyPromoter")
|
|
|
public R applyPromoter(@RequestBody FsUserPromoterApplyScrm param, HttpServletRequest request){
|
|
|
+ log.info("申请推广员 {}",param);
|
|
|
param.setUserId(Long.parseLong(getUserId()));
|
|
|
|
|
|
FsUserPromoterApplyScrm promoterApply=userPromoterApplyService.selectFsUserPromoterApplyByUserId(Long.parseLong(getUserId()));
|