feat(tenpayv3): 新增微信支付分服务商场景中预授权接口

This commit is contained in:
Fu Diwei
2024-07-31 15:34:09 +08:00
parent 920176ce08
commit 0e8f123907
6 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"service_id": "500001",
"appid": "wxd678efh567hg6787",
"sub_appid": "wxd678efh567hg6787",
"sub_mchid": "1230000109",
"authorization_code": "实例1234323JKHDFE1243252",
"notify_url": "http://www.qq.com",
"scene": "TRANSACTION",
"transaction_scene_info": {
"mchid": "1230000109",
"sub_mchid": "1230000109"
}
}

View File

@@ -0,0 +1,4 @@
{
"scene": "TRANSACTION",
"transaction_permissions_token": "transaction_permissions_token"
}