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

Commit e9e43471 authored by jiangxiulong's avatar jiangxiulong

token test

parent ac3f3dd0
...@@ -22,12 +22,12 @@ public class WechatMaConfigure { ...@@ -22,12 +22,12 @@ public class WechatMaConfigure {
private static String appletAppidMdsk; private static String appletAppidMdsk;
private static String appletSecretMdsk; private static String appletSecretMdsk;
@Value("${liquidnet.wechat.applet.strawberry.appid}") @Value("${liquidnet.wechat.applet.zhengzai.appid}")
public void setAppletAppidZhengzai(String appletAppidZhengzai) { public void setAppletAppidZhengzai(String appletAppidZhengzai) {
WechatMaConfigure.appletAppidZhengzai = appletAppidZhengzai; WechatMaConfigure.appletAppidZhengzai = appletAppidZhengzai;
} }
@Value("${liquidnet.wechat.applet.strawberry.secret}") @Value("${liquidnet.wechat.applet.zhengzai.secret}")
public void setAppletSecretZhengzai(String appletSecretZhengzai) { public void setAppletSecretZhengzai(String appletSecretZhengzai) {
WechatMaConfigure.appletSecretZhengzai = appletSecretZhengzai; WechatMaConfigure.appletSecretZhengzai = appletSecretZhengzai;
} }
......
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