feat(tenpaybusiness): 导入项目

This commit is contained in:
RHQYZ
2022-05-09 19:28:47 +08:00
committed by GitHub
parent 26b9c17a7d
commit a0a90f4851
102 changed files with 4606 additions and 95 deletions

View File

@@ -0,0 +1,18 @@
{
"api_version": "",
"event_id": "",
"event_type": "pay.succeeded",
"live_mode": false,
"pending_webhooks": 0,
"create_time": "2020-01-01T01:02:03+08:00",
"event_content": {
"payment_id": "",
"purchaser_id": "",
"out_payment_id": "",
"bargainor_ent_id": "",
"amount": 0,
"status": "",
"pay_succ_time": "2020-01-01T01:02:03+08:00",
"failed_reason": ""
}
}

View File

@@ -0,0 +1,25 @@
{
"api_version": "",
"event_id": "",
"event_type": "product.application.finish",
"live_mode": false,
"pending_webhooks": 0,
"create_time": "2020-01-01T01:02:03+08:00",
"event_content": {
"request_no": "",
"out_request_no": "",
"ent_id": "",
"status": "",
"product_details": [
{
"product_name": "",
"status": "",
"accounts": [
{
"ent_acct_id": ""
}
]
}
]
}
}