修改状态
This commit is contained in:
@@ -56,16 +56,12 @@ public class PayController {
|
|||||||
/**
|
/**
|
||||||
* 储值卡支付
|
* 储值卡支付
|
||||||
* @param token
|
* @param token
|
||||||
* @param loginName
|
|
||||||
* @param clientType
|
|
||||||
* @param orderId
|
* @param orderId
|
||||||
* @param memberId
|
* @param memberId
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@GetMapping("accountPay")
|
@GetMapping("accountPay")
|
||||||
public Result accountPay(@RequestHeader("token") String token,
|
public Result accountPay(@RequestHeader("token") String token,
|
||||||
@RequestHeader("loginName") String loginName,
|
|
||||||
@RequestHeader("clientType") String clientType,
|
|
||||||
@RequestParam("orderId") String orderId,
|
@RequestParam("orderId") String orderId,
|
||||||
@RequestParam("memberId") String memberId
|
@RequestParam("memberId") String memberId
|
||||||
){
|
){
|
||||||
|
|||||||
Reference in New Issue
Block a user