杨杰 1 éve
szülő
commit
0992416d7d

+ 1 - 1
src/main/java/com/llisoft/pay/controller/ApiController.java

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