|
@@ -39,7 +39,7 @@ public class ApiController{
|
|
@ApiOperation(value="青题库 微信支付 APP")
|
|
@ApiOperation(value="青题库 微信支付 APP")
|
|
@PostMapping("/qingtiku/wxpay/app")
|
|
@PostMapping("/qingtiku/wxpay/app")
|
|
public ApiPayWxAppResponseVo qingtikuWxpayApp(@Valid @RequestBody ApiPayRequestVo requestVo) throws Exception{
|
|
public ApiPayWxAppResponseVo qingtikuWxpayApp(@Valid @RequestBody ApiPayRequestVo requestVo) throws Exception{
|
|
- String appid = "";
|
|
|
|
|
|
+ String appid = "wxfb2da083f9dfe038";
|
|
return apiService.wxAppQinggu(appid, requestVo.getMoney(), requestVo.getTitle());
|
|
return apiService.wxAppQinggu(appid, requestVo.getMoney(), requestVo.getTitle());
|
|
}
|
|
}
|
|
|
|
|