zhaojs
2023-09-15 fc13938ff90213060532d99a600dea4a84456885
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";
    }
}