智慧工程

This commit is contained in:
sxu 2024-09-03 18:00:27 +08:00
parent 5d4c26e516
commit 088fdd2ed1
3 changed files with 7 additions and 5 deletions

View File

@ -44,13 +44,13 @@ import java.util.stream.Collectors;
@Slf4j
public class TmTaskServiceImpl implements TmTaskService {
@Value("zgzb.intelligentUrl")
@Value("${sgzb.intelligentUrl}")
private String intelligentUrl;
@Value("zgzb.intelligentAppKey")
@Value("${sgzb.intelligentAppKey}")
private String intelligentAppKey;
@Value("zgzb.intelligentAesKey")
@Value("${sgzb.intelligentAesKey}")
private String intelligentAesKey;
@Resource

View File

@ -39,6 +39,7 @@ sgzb:
settlementJobDay: 1
settlementJobCron: "0 0 1 1 * ?"
zlptUrl: http://test-rental.zhgkxt.com/proxy/item-center/supply/item/pushNotifications
intelligentUrl: http://www.zhgkxt.com/api/clientapi/public/externalApi
intelligentAppKey: abc123
intelligentAesKey: abcdefghijklmnop
intelligentUrl: http://www.zhgkxt.com/api/clientapi/public/externalApi

View File

@ -39,7 +39,8 @@ sgzb:
settlementJobDay: 1
settlementJobCron: "0 0 1 1 * ?"
zlptUrl: http://test-rental.zhgkxt.com/proxy/item-center/supply/item/pushNotifications
intelligentUrl: http://www.zhgkxt.com/api/clientapi/public/externalApi
intelligentAppKey: abc123
intelligentAesKey: abcdefghijklmnop
intelligentUrl: http://www.zhgkxt.com/api/clientapi/public/externalApi