feat(wxapi): 新增小程序硬件设备相关接口

This commit is contained in:
Fu Diwei
2021-12-15 15:51:34 +08:00
parent f51c2e2be2
commit 38bb973d41
10 changed files with 200 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"touser": "OPENID",
"template_id": "TEMPLATE_ID",
"page": "index",
"data": {
"name01": {
"value": "某某"
},
"amount01": {
"value": "¥100"
},
"thing01": {
"value": "广州至北京"
},
"date01": {
"value": "2018-01-01"
}
}
}

View File

@@ -0,0 +1,4 @@
{
"model_id": "XXXXX",
"sn": "XXXXX"
}

View File

@@ -0,0 +1,3 @@
{
"sn_ticket": "XXXXX"
}