feat(tenpayv3): 新增微信分付支付方式前置曝光相关接口
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeLint / Lint (push) Waiting to run

This commit is contained in:
Fu Diwei
2025-07-13 22:30:22 +08:00
parent 223232fe5b
commit 992bbf1ee0
15 changed files with 392 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"mchid": "example_mchid",
"appid": "wxd678efh567hg6787",
"payer": {
"openid": "oLTPCuEfSOSZA6X5uR_JxNKjrGLg",
"phone_number_hash": "ABDEF3445546456B"
},
"out_trade_no": "example_out_trade_no"
}

View File

@@ -0,0 +1,4 @@
{
"fqf_exposure": true,
"market_exposure_token": "Dfkdsf324+-LKFD="
}

View File

@@ -0,0 +1,13 @@
{
"acquiring_bank_id": "1900000100",
"acquiring_bank_appid": "wx8888888888888888",
"merchant_id": "1900000109",
"merchant_appid": "wx8888888888888888",
"channel_id": "19000001",
"payer": {
"acquiring_bank_openid": "oLTPCuEfSOSZA6X5uR_JxNKjrGLg",
"phone_number_hash": "ABDEF3445546456B",
"merchant_openid": "oLTPCuEfSOSZA6X5uR_JxNKjrGLg"
},
"out_trade_no": "example_out_trade_no"
}

View File

@@ -0,0 +1,4 @@
{
"fqf_exposure": true,
"market_exposure_token": "Dfkdsf324+-LKFD="
}

View File

@@ -0,0 +1,12 @@
{
"sp_mchid": "example_sp_mchid",
"sp_appid": "wxd678efh567hg6787",
"sub_mchid": "example_sub_mchid",
"sub_appid": "wxd678efh567hg6787",
"payer": {
"sp_openid": "oLTPCuEfSOSZA6X5uR_JxNKjrGLg",
"phone_number_hash": "ABDEF3445546456B",
"sub_openid": "oLTPCuEfSOSZA6X5uR_JxNKjrGLg"
},
"out_trade_no": "example_out_trade_no"
}

View File

@@ -0,0 +1,4 @@
{
"fqf_exposure": true,
"market_exposure_token": "Dfkdsf324+-LKFD="
}