签约仓库

1、功能名称:签约仓库

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

3、请求地址:https://ssl.glitzcloud.com/agent/v1/user/sign/index

      测试地址:http://gztest.glitzcloud.com/agent/v1/user/sign/index

4、请求方式:POST

5、请求参数

名称 类型 必填 示例值 描述
customer_id Integer 437 美仓互联客户ID
store_name String The Warehouse USA 仓库名称

6、请求示例

           array(
                    'format'=>'json',
                    'apikey'=>'85082f5f62a811e684f500163e06045f',
                    'randoms'=>1234,
                    'sign'=>'656d6fbe6b7dec6c2e77ffe27f04bd6d',
                    'customer_id'=>427,
                    'store_name'=>'The Warehouse USA',
            );
        

7、返回格式:JSON

8、返回示例:

正确时的返回JSON数据包如下:

{"status":200,"reqMsg":"ok","result":""}

错误时的返回JSON数据包如下:

{"status":7005,"reqMsg":"The user is not certified, can not sign the warehouse.","result":[]}

全局返回码说明