TTWUSA APIV2

用户管理

签约仓库

查询或配置签约仓库。

POST
生产环境https://ssl.glitzcloud.com/agent/v1/user/sign/index
测试环境http://gztest.glitzcloud.com/agent/v1/user/sign/index

说明

1、功能名称:签约仓库

2、功能描述:已认证的账号签约美仓互联仓库

鉴权说明

请参阅鉴权签名说明。

请求参数

名称类型必填示例值描述
customer_idInteger437美仓互联客户ID
store_nameStringThe 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": []
}