修改状态

This commit is contained in:
韩鹏辉
2024-05-21 12:00:15 +08:00
parent 2c8800a0b5
commit cdde32af81

View File

@@ -56,16 +56,12 @@ public class PayController {
/**
* 储值卡支付
* @param token
* @param loginName
* @param clientType
* @param orderId
* @param memberId
* @return
*/
@GetMapping("accountPay")
public Result accountPay(@RequestHeader("token") String token,
@RequestHeader("loginName") String loginName,
@RequestHeader("clientType") String clientType,
@RequestParam("orderId") String orderId,
@RequestParam("memberId") String memberId
){