记得上下班打卡 | git大法好,push需谨慎

Commit bbc618cc authored by jiangxiulong's avatar jiangxiulong

airship

parent ddfd62ad
...@@ -71,11 +71,11 @@ public class WechatMaConfigure { ...@@ -71,11 +71,11 @@ public class WechatMaConfigure {
WechatMaConfigure.appletSecretZhengzai = appletSecretZhengzai; WechatMaConfigure.appletSecretZhengzai = appletSecretZhengzai;
} }
@Value("${liquidnet.wechat.applet.mdsk.appid}") @Value("${liquidnet.wechat.applet.airship.appid}")
public void setAppletAppidAirship(String appletAppidAirship) { public void setAppletAppidAirship(String appletAppidAirship) {
WechatMaConfigure.appletAppidAirship = appletAppidAirship; WechatMaConfigure.appletAppidAirship = appletAppidAirship;
} }
@Value("${liquidnet.wechat.applet.mdsk.secret}") @Value("${liquidnet.wechat.applet.airship.secret}")
public void setAppletSecretAirship(String appletSecretAirship) { public void setAppletSecretAirship(String appletSecretAirship) {
WechatMaConfigure.appletSecretAirship = appletSecretAirship; WechatMaConfigure.appletSecretAirship = appletSecretAirship;
} }
......
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