| | |
| | | return ApiResult.success(); |
| | | } |
| | | |
| | | ApiResult weixinpay = payMoneyUtil.weixinpay("参加演员活动", "", code,tPerformerActivity.getRegistrationFee().toString(), "/base/performance/callback", "APP"); |
| | | ApiResult weixinpay = payMoneyUtil.weixinpay("参加演员活动", "", code,tPerformerActivity.getRegistrationFee().toString(), "/base/performance/wxcallback", "APP"); |
| | | |
| | | return weixinpay; |
| | | } |
| | |
| | | orderMapper.insert(order); |
| | | |
| | | |
| | | ApiResult weixinpay = payMoneyUtil.weixinpay("购买剧本", "", code, script.getScriptDeposit().toString(), "/base/script/callback", "APP"); |
| | | ApiResult weixinpay = payMoneyUtil.weixinpay("购买剧本", "", code, script.getScriptDeposit().toString(), "/base/script/wxcallback", "APP"); |
| | | if(weixinpay.getCode() == 200){ |
| | | new Thread(new Runnable() { |
| | | @Override |
| | |
| | | orderMapper.insert(order); |
| | | |
| | | |
| | | ApiResult weixinpay = payMoneyUtil.weixinpay("购买短剧", "", code, tShortPlay.getShortPlayDeposit().toString(), "/base/short/callback", "APP"); |
| | | ApiResult weixinpay = payMoneyUtil.weixinpay("购买短剧", "", code, tShortPlay.getShortPlayDeposit().toString(), "/base/short/wxcallback", "APP"); |
| | | // if(weixinpay.getCode() == 200){ |
| | | // new Thread(new Runnable() { |
| | | // @Override |