Compare commits
2 Commits
771f4108c2
...
feature-惠厦
Author | SHA1 | Date | |
---|---|---|---|
01d76a9f21 | |||
ef8f8db904 |
@@ -56,7 +56,8 @@ public class HuixiabaoConfig
|
||||
private static final int MAX_COUNT_PER_REQUEST = 500;
|
||||
private static final int SLEEP_SECONDS = 10;
|
||||
|
||||
private static final String url = "http://172.18.1.150:9040/h3c/new/api/gafe/rest";
|
||||
//private static final String url = "http://172.18.1.150:9040/h3c/new/api/gafe/rest";
|
||||
private static final String url = "http://172.16.39.44:9040/h3c/new/api/gafe/rest";
|
||||
private static final String appid = "hxb-tb";
|
||||
private static final String appSecret = "60F468FB46170DD4CF6CBECE215DBFC0";
|
||||
private static final String funId = "XY00.00.00.03";
|
||||
|
@@ -71,14 +71,14 @@ class CustomLanguageProvider extends globalThis.FileheaderLanguageProvider {
|
||||
// prettier-ignore
|
||||
return tpl
|
||||
`/**
|
||||
* @Author: ${variables.authorName} <${variables.authorEmail}>
|
||||
* @Date: ${variables.birthtime}
|
||||
* @LastEditors: ${variables.userName}
|
||||
* @LastModified: ${variables.mtime}
|
||||
* @FilePath: ${variables.filePath}
|
||||
* @Author: ${variables.authorName} <${variables.authorEmail}>
|
||||
* @Date: ${variables.birthtime}
|
||||
* @LastEditors: ${variables.userName}
|
||||
* @LastModified: ${variables.mtime}
|
||||
* @FilePath: ${variables.filePath}
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2025} by Kane All rights reserved
|
||||
* Copyright (c) ${2025} by Kane All rights reserved
|
||||
*/`;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user