wankeda
2025-03-13 a6a33f6916afbf1fc629baecb772939cda2ee981
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";
    }
}