智慧工程
This commit is contained in:
parent
5d4c26e516
commit
088fdd2ed1
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue