mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
feat(tenpayv2): 新增部分接口
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"mch_id": "123456",
|
||||
"nonce_str": "5087e0xessefellkg",
|
||||
"sign": "xxxxxx",
|
||||
"sign_type": "MD5"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"return_code": "SUCCESS",
|
||||
"return_msg": "OK",
|
||||
"result_code": "SUCCESS",
|
||||
"mch_id": "123456",
|
||||
"pub_key": "-----BEGIN RSA PUBLIC KEY-----\nBASE64 ENCODED DATA\n-----END RSA PUBLIC KEY-----\n"
|
||||
}
|
||||
Reference in New Issue
Block a user