mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 09:44:43 +08:00
feat(wxapi): 新增小程序服务卡片相关接口
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"openid": "xxx",
|
||||
"notify_type": 1001,
|
||||
"notify_code": "xxx"
|
||||
}
|
@@ -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
|
||||
}
|
||||
}
|
@@ -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}\"}"
|
||||
}
|
@@ -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\":\"\"}"
|
||||
}
|
Reference in New Issue
Block a user