mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
12 lines
844 B
JSON
12 lines
844 B
JSON
{
|
|
"TestConfig": {
|
|
"PlatformId": "请在此填写用于测试的微企付商户号",
|
|
"PlatformCertSerialNumber": "请在此填写用于测试的微企付平台 API 证书序列号",
|
|
"PlatformCertPrivateKey": "请在此填写用于测试的微企付平台 API 证书私钥(字符串格式)",
|
|
"TBEPCertSerialNumber": "请在此填写用于测试的微企付证书序列号",
|
|
"TBEPCertPrivateKey": "请在此填写用于测试的微企付证书私钥(字符串格式)"
|
|
},
|
|
"WorkDirectoryForSdk": "请输入当前 SDK 项目所在的目录完整路径,如 C:\\Project\\src\\SKIT.FlurlHttpClient.Wechat.TenpayBusiness\\",
|
|
"WorkDirectoryForTest": "请输入当前测试项目所在的目录完整路径,如 C:\\Project\\test\\SKIT.FlurlHttpClient.Wechat.TenpayBusiness.UnitTests\\"
|
|
}
|