Merge branch 'hotfix' into develop

master
kira 6 years ago
commit 0769799a01

@ -27,7 +27,7 @@ public class EncourageMoneyController {
@Resource
private EncourageService encourageService;
@RequestMapping(value = "/orders/{orderId}", method = RequestMethod.GET)
@RequestMapping(value = "/orders/{orderId}", method = RequestMethod.PUT)
public JSONObject takeEncourageMoney(@PathVariable String orderId,@ModelAttribute(CommonConsts.WECHATINFO) JSONObject wxUser,@ModelAttribute(CommonConsts.ALIUSER) JSONObject aliuser) {
String user_id = "";
if(wxUser==null){

@ -31,7 +31,6 @@ $(function () {
});
function loadEncourage() {
$.ajax({
url: '/act/encourage_money/orders/' + window.order_id,
method: 'GET',

Loading…
Cancel
Save