更改手机号校验code码,重构ec同步代码
This commit is contained in:
@@ -44,6 +44,6 @@ public class LineHighSeasController {
|
||||
@GetMapping("/addCheckout")
|
||||
@ApiOperation("线索手机号校验")
|
||||
public ResponseResult addCheckout(@Param("partnerMobile")String partnerMobile) throws ApiException {
|
||||
return ResponseResult.success(lineHighSeasService.addCheckout(partnerMobile));
|
||||
return lineHighSeasService.addCheckout(partnerMobile);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user