mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-20 23:29:48 +08:00
update 会员发票抬头功能代码
This commit is contained in:
@@ -370,7 +370,7 @@ public class MemberController extends BaseController {
|
|||||||
* http://localhost:8080/uniapp/member/createMemberInvoiceTitle
|
* http://localhost:8080/uniapp/member/createMemberInvoiceTitle
|
||||||
*/
|
*/
|
||||||
@PostMapping("/createMemberInvoiceTitle")
|
@PostMapping("/createMemberInvoiceTitle")
|
||||||
public RestApiResponse<?> createMemberInvoiceTitle(HttpServletRequest request, CreateInvoiceTitleDTO dto) {
|
public RestApiResponse<?> createMemberInvoiceTitle(HttpServletRequest request, @RequestBody CreateInvoiceTitleDTO dto) {
|
||||||
RestApiResponse<?> response = null;
|
RestApiResponse<?> response = null;
|
||||||
try {
|
try {
|
||||||
String memberId = getMemberIdByAuthorization(request);
|
String memberId = getMemberIdByAuthorization(request);
|
||||||
|
|||||||
Reference in New Issue
Block a user