Commit 79b1e8a6 authored by 王淑君's avatar 王淑君

修改

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