Commit d27ab143 authored by zhangqingle's avatar zhangqingle

修改

parent b405aa43
......@@ -26,7 +26,7 @@ public class MTMicroappApiRequestClient {
public static Long zxAccountId = (long)1;
@Value("${appId.noticeAppId:9}")
@Value("${appId.noticeAppId}")
private Long appId;
@Autowired
......
......@@ -59,7 +59,7 @@ public class MTNotificationApiRequestClient {
@Value("${notice.defaultUrl}")
private String defaultUrl;
@Value("${appId.noticeAppId:9}")
@Value("${appId.noticeAppId}")
private Long noticeAppId;
@Autowired
......
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