feat(tenpayv2): 新增部分接口

This commit is contained in:
RHQYZ
2022-01-25 13:24:49 +08:00
committed by GitHub
parent 122cd5186c
commit 6458d08381
234 changed files with 11734 additions and 891 deletions

View File

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

View File

@@ -0,0 +1,8 @@
{
"return_code": "SUCCESS",
"return_msg": "签名失败",
"result_code": "FAIL",
"sign": "C380BEC2BFD727A4B6845133519F3AD6",
"err_code": "INVALID_REQUEST",
"err_code_des": "子商户号信息有误,请检查修改后重试"
}

View File

@@ -0,0 +1,6 @@
{
"appid": "wx931386123456789e",
"mch_id": "1451234567",
"sub_mch_id": "10000101",
"sign": "C380BEC2BFD727A4B6845133519F3AD6"
}

View File

@@ -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\"}]}"
}