用户管理
签约仓库
查询或配置签约仓库。
生产环境
https://ssl.glitzcloud.com/agent/v1/user/sign/index测试环境
http://gztest.glitzcloud.com/agent/v1/user/sign/index说明
1、功能名称:签约仓库
2、功能描述:已认证的账号签约美仓互联仓库
请参阅鉴权签名说明。
请求参数
| 名称 | 类型 | 必填 | 示例值 | 描述 |
|---|---|---|---|---|
| customer_id | Integer | 是 | 437 | 美仓互联客户ID |
| store_name | String | 是 | The Warehouse USA | 仓库名称 |
示例
请求示例
{
"format": "json",
"apikey": "85082f5f62a811e684f500163e06045f",
"randoms": 1234,
"sign": "656d6fbe6b7dec6c2e77ffe27f04bd6d",
"customer_id": 427,
"store_name": "The Warehouse USA"
}返回示例
{
"status": 200,
"reqMsg": "ok",
"result": ""
}示例 3
{
"status": 7005,
"reqMsg": "The user is not certified, can not sign the warehouse.",
"result": []
}