feat(wxapi): 新增小程序服务卡片相关接口

This commit is contained in:
Fu Diwei
2023-12-22 13:33:30 +08:00
parent 4f75482624
commit a3d2404149
13 changed files with 269 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
{
"openid": "xxx",
"notify_type": 1001,
"notify_code": "xxx"
}

View File

@@ -0,0 +1,10 @@
{
"errcode": 0,
"errmsg": "ok",
"notify_info": {
"notify_type": 1001,
"content_json": "{\"cur_status\":2,\"license_plate\":\"粤A·12345A\",\"arrival_time\":1679569348,\"wxa_path_query\":\"\"}",
"code_state": 1,
"code_expire_time": 1681906267
}
}

View File

@@ -0,0 +1,6 @@
{
"notify_type": 1003,
"openid": "xxx",
"notify_code": "xxx",
"ext_json": "{\"pay_info\":\"{\\\"transaction_id\\\":\\\"4200001855202305090060871147\\\",\\\"pay_amount\\\":2001,\\\"pay_time\\\":1683546394}\",\"store_info\":\"{\\\"store_name\\\":\\\"westore\\\",\\\"store_address\\\":\\\"深圳市南山区南山大道18号\\\",\\\"latitude\\\":22,\\\"longitude\\\":114}\"}"
}

View File

@@ -0,0 +1,7 @@
{
"notify_type": 1001,
"openid": "xxx",
"notify_code": "xxx",
"check_json": "{\"pay_amount\":1005,\"pay_time\": 1683525070}",
"content_json": "{\"cur_status\":2,\"license_plate\":\"粤A12345A\",\"arrival_time\":1679569348,\"wxa_path_query\":\"\"}"
}