Commit d27ab143 authored by zhangqingle's avatar zhangqingle

修改

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