fix:缴费信息

This commit is contained in:
guohb
2024-04-29 11:20:30 +08:00
parent ef78ee75a9
commit 7bd55c9592
5 changed files with 15 additions and 2 deletions

View File

@@ -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("基本信息提交")

View File

@@ -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();