Merge remote-tracking branch 'origin/cc_partner_init' into cc_partner_init
This commit is contained in:
@@ -33,4 +33,10 @@ public class PCSignFranchiseController {
|
||||
return ResponseResult.success(signFranchiseService.getSignFranchise(shopId));
|
||||
}
|
||||
|
||||
@ApiOperation("重新缴费(加盟合同阶段退回后)")
|
||||
@GetMapping("/rePay")
|
||||
public ResponseResult<Boolean> rePay(@RequestParam("shopId") Long shopId) {
|
||||
return ResponseResult.success(signFranchiseService.rePay(shopId));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -33,4 +33,10 @@ public class MiniSignFranchiseController {
|
||||
return ResponseResult.success(signFranchiseService.getSignFranchise(shopId));
|
||||
}
|
||||
|
||||
@ApiOperation("重新缴费(加盟合同阶段退回后)")
|
||||
@GetMapping("/rePay")
|
||||
public ResponseResult<Boolean> rePay(@RequestParam("shopId") Long shopId) {
|
||||
return ResponseResult.success(signFranchiseService.rePay(shopId));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user