1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| namespace WIDESEA_Common.APIAdderss
| {
| public class OrtherAPIAddress
| {
| /// <summary>
| /// 缓存架接口
| /// </summary>
| public static string HuanCunJia = "http://127.0.0.1:8099/api/GH/";
|
| /// <summary>
| /// 冠宏AGV接口
| /// </summary>
| public static string GHAgv = "http://127.0.0.1:8099/api/GH/";
|
| /// <summary>
| /// 同日接口地址
| /// </summary>
| public static string TongRi = "http://127.0.0.1:8099/api/GH/";
| }
| }
|
|