You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
465 B
12 lines
465 B
import { API_BASE_URL } from './env'
|
|
|
|
// 租户ID - 请根据实际情况修改
|
|
export const TenantId = '10550';
|
|
// 接口地址 - 请根据实际情况修改
|
|
export const BaseUrl = API_BASE_URL;
|
|
// 当前版本
|
|
export const Version = 'v3.0.8';
|
|
// 版权信息
|
|
export const Copyright = 'WebSoft Inc.';
|
|
|
|
// java -jar CertificateDownloader.jar -k 0kF5OlPr482EZwtn9zGufUcqa7ovgxRL -m 1723321338 -f ./apiclient_key.pem -s 2B933F7C35014A1C363642623E4A62364B34C4EB -o ./
|