获取入驻信息
URL地址 | http://www.tpshop.com/index.php/api/newjoin/getApply |
请求方式 | Get |
参数列表
参数 | 是否必须 | 说明 |
user_id | 必选 | 用户id |
| token | 必须 | token |
示例
/**
成功示例
{
"status": 1,
"msg": "获取成功",
"result": {
"id": 75,
"invite_user_id": 0,
"user_id": 314,
"contacts_name": "fatcar",
"contacts_mobile": "13824365735",
"contacts_email": "",
"company_name": "",
"company_type": 1,
"company_website": "",
"company_province": 28240,
"company_city": 28558,
"company_district": 28604,
"company_address": "杨美地铁站",
"company_telephone": "",
"company_email": "",
"company_fax": "",
"company_zipcode": "",
"business_licence_number": "",
"business_licence_cert": "",
"threeinone": 1,
"reg_capital": "",
"legal_person": "",
"legal_identity_cert": "",
"legal_identity": "",
"business_date_start": "",
"business_date_end": "",
"orgnization_code": "",
"orgnization_cert": "",
"attached_tax_number": "",
"tax_rate": 0,
"taxpayer": 1,
"taxpayer_cert": "",
"business_scope": "",
"store_name": "",
"seller_name": "",
"store_type": 0,
"store_address": "",
"store_person_name": "",
"store_person_mobile": "",
"store_person_qq": "",
"store_person_email": "",
"store_person_cert": "",
"store_person_identity": "",
"bank_account_name": "",
"bank_account_number": "",
"bank_branch_name": "",
"bank_province": 0,
"bank_city": 0,
"main_channel": 0,
"sales_volume": "",
"sku_num": 1,
"ec_experience": 0,
"avg_price": "0.00",
"ware_house": 0,
"entity_shop": 0,
"sc_name": "",
"sc_id": "",
"sc_bail": 0,
"sg_id": 0,
"sg_name": "",
"store_class_ids": "",
"paying_amount": "0.00",
"paying_amount_cert": "",
"apply_state": 0,
"review_msg": "",
"add_time": 0,
"apply_type": 0,
"industry_cert2": "",
"industry_cert1": "",
"legal_identity2": "",
"legal_identity1": "",
"store_identity2": "",
"store_identity1": "",
"is_three": 1,
"store_class": [
{
"sc_id": 1,
"sc_name": "女装\/男装\/内衣"
},
{
"sc_id": 2,
"sc_name": "鞋靴\/箱包\/配件"
},
{
"sc_id": 3,
"sc_name": "家电\/数码\/手机"
},
{
"sc_id": 4,
"sc_name": "美妆\/洗护\/保健品"
},
{
"sc_id": 5,
"sc_name": "珠宝\/眼镜\/手表"
},
{
"sc_id": 6,
"sc_name": "美食\/生鲜\/零食"
},
{
"sc_id": 7,
"sc_name": "家具\/家饰\/家纺"
},
{
"sc_id": 8,
"sc_name": "运动\/户外\/乐器"
},
{
"sc_id": 9,
"sc_name": "图书\/音像\/电子书"
},
{
"sc_id": 10,
"sc_name": "虚拟产品"
},
{
"sc_id": 11,
"sc_name": "医药保健\/计生情趣"
}
],
"province": "广东省",
"city": "深圳市",
"district": "龙岗区",
"address": {
"province": 28240,
"province_name": "广东省",
"city": 28558,
"city_name": "深圳市",
"district": 28604,
"district_name": "龙岗区"
},
"status": "2",
"is_seller_name_change": 1
}
}
*/TPshop1.2.8版本起,登录后的所有操作加了token参数验证,并且可以在BaseController设置token超时时间, token 为登录后存储起来的 一个唯一标识 ,类似于PC端的 session_id
