Commit 09f8b8b0 authored by jinliang's avatar jinliang

update to prod env

parent 0ca5cdca
...@@ -36,9 +36,10 @@ import java.util.*; ...@@ -36,9 +36,10 @@ import java.util.*;
@RequestMapping("/user") @RequestMapping("/user")
public class AccountController { public class AccountController {
public static final String WECHAT_PAY_CALLBACK_URL = "http://api.staging.wjbrowser.com:1729/payCallBack/wx/"; public static final String WECHAT_PAY_CALLBACK_URL = "http://api.browser.wjbrowser.com:1729/payCallBack/wx/";
public static final String ALIPAY_PAY_CALLBACK_URL = "https://cloudam.cn/accounts/0xalipaycallback/"; // 支付宝支付回调地址, 用于支付宝支付成功后回调. 没看到有任何调用的地方?
public static final String ALIPAY_PAY_CALLBACK_URL = "http://api.browser.wjbrowser.com:1729/0xalipaycallback/";
@Autowired @Autowired
private AccountService accountService; private AccountService accountService;
......
...@@ -36,7 +36,7 @@ public class VpsAlipayConfig extends AlipayConfig{ ...@@ -36,7 +36,7 @@ public class VpsAlipayConfig extends AlipayConfig{
@Override @Override
public String getNOTIFY_URL() { public String getNOTIFY_URL() {
return "http://api.staging.wjbrowser.com:1729/payCallBack/ali/"; return "http://api.browser.wjbrowser.com:1729/payCallBack/ali/";
} }
@Override @Override
......
...@@ -33,7 +33,7 @@ public class GlobalField { ...@@ -33,7 +33,7 @@ public class GlobalField {
private Integer maxEligibleUsers; private Integer maxEligibleUsers;
/** /**
* 注册礼金 * 注册礼金
* 目前是注册就送 16 * 目前是注册就送 19
*/ */
private Integer registerGift; private Integer registerGift;
......
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