1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| using System;
| using System.Collections.Generic;
| using System.Linq;
| using System.Text;
| using System.Threading.Tasks;
|
| namespace WIDESEA_Common.AGVEunm
| {
| /// <summary>
| /// AGV接口请求头
| /// </summary>
| public class AGVopenApi
| {
| public const string appkey = "d1225cfb-ea23-410f-9e37-47602652022d";
| public const string appsecret = "e1c93aa87a4d1eddd728b84119faee19";
| public const string appsalt = "leador";
| }
| }
|
|