Browse Source
- 新增微信小程序 openid 获取功能 - 实现微信小程序支付接口 - 更新微信支付配置,支持小程序 app_id- 优化用户信息获取逻辑,支持小程序 openid - 新增微信小程序支付回调处理master
6 changed files with 155 additions and 17 deletions
@ -0,0 +1 @@ |
|||||
|
{"id":"2f687ead-97b7-5eb3-a1ed-557a26e3267b","create_time":"2025-03-04T19:54:39+08:00","resource_type":"encrypt-resource","event_type":"TRANSACTION.SUCCESS","summary":"支付成功","resource":{"original_type":"transaction","algorithm":"AEAD_AES_256_GCM","ciphertext":{"mchid":"1647413230","appid":"wx42762c713f7bfa2e","out_trade_no":"17410892552683","transaction_id":"4200002550202503049820164925","trade_type":"JSAPI","trade_state":"SUCCESS","trade_state_desc":"支付成功","bank_type":"OTHERS","attach":"","success_time":"2025-03-04T19:54:39+08:00","payer":{"openid":"oEoCN69YWD34_pXAJ62LGmCUGZ0s"},"amount":{"total":1,"payer_total":1,"currency":"CNY","payer_currency":"CNY"}},"associated_data":"transaction","nonce":"RUcoNL6FNrtq"}} |
||||
@ -0,0 +1,34 @@ |
|||||
|
{ |
||||
|
"id": "96ebf103-a48c-5bef-814b-764603f82d10", |
||||
|
"create_time": "2025-03-04T20:01:22+08:00", |
||||
|
"resource_type": "encrypt-resource", |
||||
|
"event_type": "TRANSACTION.SUCCESS", |
||||
|
"summary": "支付成功", |
||||
|
"resource": { |
||||
|
"original_type": "transaction", |
||||
|
"algorithm": "AEAD_AES_256_GCM", |
||||
|
"ciphertext": { |
||||
|
"mchid": "1647413230", |
||||
|
"appid": "wx42762c713f7bfa2e", |
||||
|
"out_trade_no": "17410896275527", |
||||
|
"transaction_id": "4200002528202503042257714180", |
||||
|
"trade_type": "JSAPI", |
||||
|
"trade_state": "SUCCESS", |
||||
|
"trade_state_desc": "支付成功", |
||||
|
"bank_type": "OTHERS", |
||||
|
"attach": "", |
||||
|
"success_time": "2025-03-04T20:01:22+08:00", |
||||
|
"payer": { |
||||
|
"openid": "oEoCN69YWD34_pXAJ62LGmCUGZ0s" |
||||
|
}, |
||||
|
"amount": { |
||||
|
"total": 1, |
||||
|
"payer_total": 1, |
||||
|
"currency": "CNY", |
||||
|
"payer_currency": "CNY" |
||||
|
} |
||||
|
}, |
||||
|
"associated_data": "transaction", |
||||
|
"nonce": "64wrO4phLhy9" |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1 @@ |
|||||
|
2a077c4630554e1df86bd2447bb8a924 |
||||
Loading…
Reference in new issue