store.apigateway.request(API网关托管接口)
公共参数
| 环境 | HTTP请求地址 | HTTPS请求地址 |
|---|---|---|
| 正式环境 | http://apigateway.shopex.cn/router | https://apigateway.shopex.cn/router |
| 沙箱环境 | xx | xx |
| 名称 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
| method | String | 是 | 方法名 |
| app_key | String | 是 | app_key |
| sign_time | String | 是 | 签名时间 |
| sign | String | 是 | 签名 |
请求参数
| 名称 | 是否必须 | 类型 | 示例值 | 字段描述 |
|---|---|---|---|---|
| node_id | 是 | string | 被请求方的ID(在授权中查看) | |
| api_method | 是 | string | API方法名 | |
| params | 是 | string | API应用级参数集合,数据为json格式 |
响应示例(自定义结构)
异常返回
| 错误码 | 错误描述 |
|---|