heyuntao
2023-05-04 fbd6a11a99051f425640bf352842f4a0ecaa7a4d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;
using System.Collections.Generic;
using System.Text;
 
namespace AlibabaSDK.Setting
{
    public class AlibabaApiSet
    {
 
        //正式环境接口访问地址
        public static string G1OfficialUrl = "http://gw.open.1688.com/openapi";
        public static string AppKey = "1970506";
        public static string SecretKey = "xF4wrRNRWq2T";
        //签名秘钥
        public static string SignKey = "xF4wrRNRWq2T";
    }
}