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";
|
}
|
}
|