using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEA_Common.AGVEunm { /// /// AGV接口请求头 /// public class AGVopenApi { public const string appkey = "d1225cfb-ea23-410f-9e37-47602652022d"; public const string appsecret = "e1c93aa87a4d1eddd728b84119faee19"; public const string appsalt = "leador"; } }