[TOC]
简要描述
请求URL
http://localhost:8086/applet/wechatApplets/login/appletsMsg
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
openid |
是 |
string |
openid |
wechatPushMessage |
是 |
WechatPushMessage |
推送消息对象 |
amount2 |
是 |
string |
结算金额 |
time3 |
是 |
string |
结算时间 |
number5 |
是 |
string |
结算卡号 |
thing1 |
否 |
string |
结算说明 |
thing4 |
否 |
string |
查看方式 |
返回示例
{
"state": 0,
"message": null,
"data": "{\"errcode\":0,\"errmsg\":\"ok\"}"
}
返回参数说明
参数名 |
类型 |
说明 |
state |
int |
请求状态值:成功为0,失败为1 |
message |
String |
返回消息 |
data |
String |
返回值errcode 错误码 errmsg 错误信息 |
备注