Commit fc5ba80f by 周晓航

测试controller

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent fe3b98a4
......@@ -508,7 +508,7 @@ public class OrderController {
@PostMapping("/test")
public BaseResponse test( @RequestBody OrderSycnPayRequestVO request ) {
WeChatClient weChatClient = new WeChatClient();
String accessToken = weChatLiveMsgHandle.getAccessToken("wxa1f272347828dae8", null);
String accessToken = weChatLiveMsgHandle.getAccessToken("wxa1f272347828dae8", "2690");
WeChatBaseResponse<NullFieldVo> weChatBaseResponse = weChatClient.orderApply(accessToken, request, WeChatConstant.OrderMethod.ORDER_PAY);
return ResponseUtil.success(weChatBaseResponse);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment