fix:缴费信息
This commit is contained in:
@@ -10,6 +10,8 @@ import io.swagger.annotations.ApiOperation;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/pc/franchiseFee")
|
||||
@Api(tags = "PC加盟费/保证金")
|
||||
@@ -17,6 +19,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
public class PCFranchiseFeeController {
|
||||
|
||||
|
||||
@Resource
|
||||
FranchiseFeeService franchiseFeeService;
|
||||
|
||||
@ApiOperation("基本信息提交")
|
||||
|
||||
@@ -38,7 +38,7 @@ public class LinePayController {
|
||||
return ResponseResult.success(linePayService.getLinePayInfo(lineId));
|
||||
}
|
||||
|
||||
@ApiOperation("缴纳意向金")
|
||||
@ApiOperation("缴纳意向金/加盟费")
|
||||
@PostMapping("/submitPayInfo")
|
||||
public ResponseResult<Long> submitPayInfo(@RequestBody LinePaySubmitRequest request){
|
||||
PartnerUserInfoVO partnerUser = PartnerUserHolder.getUser();
|
||||
|
||||
Reference in New Issue
Block a user