mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-21 02:58:06 +08:00
feat(tenpayv2): 新增部分接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"appid": "wx931386123456789e",
|
||||
"mch_id": "1451234567",
|
||||
"sub_mch_id": "10000101",
|
||||
"sub_appid": "wx931386123456789e",
|
||||
"jsapi_path": "http://www.qq.com/wechat/",
|
||||
"sign": "C380BEC2BFD727A4B6845133519F3AD6"
|
||||
}
|
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"return_code": "SUCCESS",
|
||||
"return_msg": "签名失败",
|
||||
"result_code": "FAIL",
|
||||
"sign": "C380BEC2BFD727A4B6845133519F3AD6",
|
||||
"err_code": "INVALID_REQUEST",
|
||||
"err_code_des": "子商户号信息有误,请检查修改后重试"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"appid": "wx931386123456789e",
|
||||
"mch_id": "1451234567",
|
||||
"sub_mch_id": "10000101",
|
||||
"sign": "C380BEC2BFD727A4B6845133519F3AD6"
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"return_code": "SUCCESS",
|
||||
"return_msg": "签名失败",
|
||||
"jsapi_path_list": "{\"jsapi_path_list\":[\"http://www.qq.com/abcd/\",\"http://www.qq.com/abcdedfg/\"]}",
|
||||
"appid_config_list": "{\"appid_config_list\":[{\"subscribe_appid\":\"wxa9d9651ae82ec4b9\",\"sub_appid\":null},{\"subscribe_appid\":\"wxa9d9651ae82ec4b9\",\"sub_appid\":\"wxa9d9651ae82ec4b9\"}]}"
|
||||
}
|
Reference in New Issue
Block a user