public class ParkingServiceQueryParams extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
appid
应用ID,必传
appid是商户在微信申请公众号或移动应用成功后分配的账号ID,登录平台为mp.weixin.qq.com或open.weixin.qq.com
|
private String |
openid
用户标识,必传
用户在商户对应
appid下的唯一标识 |
private PlateColor |
plateColor
车牌颜色,必传
|
private String |
plateNumber
车牌号,必传
仅包括省份+车牌,不包括特殊字符,示例值:粤B888888
|
| 构造器和说明 |
|---|
ParkingServiceQueryParams() |
private String appid
appid是商户在微信申请公众号或移动应用成功后分配的账号ID,登录平台为mp.weixin.qq.com或open.weixin.qq.com
private String plateNumber
仅包括省份+车牌,不包括特殊字符,示例值:粤B888888
private PlateColor plateColor
private String openid
用户在商户对应appid下的唯一标识
Copyright © 2022. All rights reserved.