dashboard
repositories
filestore
activity
search
login
main
/
TroubleAndRiskConnectHall
forked from
TroubleAndRisk
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
接口的一些自测bug修复
huangzhen
2022-09-09
4c3185f4e6580bc2ad2afb869b57861eec9787cb
[TroubleAndRiskConnectHall.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
common
/
constant
/
DualControlConstants.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.common.constant;
/**
* 双控模块
*
* @author ruoyi
*/
public class DualControlConstants
{
/** 服务器域名 */
public static final String SERVICE_DOMAIN_NAME = "http://lhaxsyf.com";
}