POST api/hwxcTestExpressCallback/elmCallback
饿了么订单回调接口
请求的信息
URI参数
None.
Body参数
elmCallbackCondition| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| data | string |
None. |
请求格式
application/json, text/json
Sample:
{
"data": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfhwxcJsonResult| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| Content | hwxcJsonResult |
None. |
响应格式
application/json, text/json
Sample:
{
"content": {
"$id": "2",
"code": 1,
"msg": "sample string 2",
"data": {
"$id": "3"
}
}
}