- Tigshop标准版
- 后台adminapi
- authority --- 权限组
- merchant ----商户
- common --- 公共方法组
- content --- 文章组
- decorate --- 装修组
- promotion --- 营销组
- setting --- 配置组
- salesman --- 分销
- user --- 会员模块
- finance --- 财务组
- product --- 商品
- product_attributes --- 商品属性管理(待定)
- product_attributes_tpl --- 商品属性模板管理
- product_inventory_log --- 商品库存日志管理
- product_batch --- 商品批量处理管理
- product_services --- 商品服务
- e_card_group --- 电子卡券组
- e_card --- 电子卡券
- product_group ---商品分组
- shop_product_category ---店铺商品分类 (待定)
- price_inquiry --- 询价管理
- brand --- 品牌管理
- category --- 商品分类管理
- comment --- 商品评论管理
- product --- 商品管理
- panel --- 统计面板组
- lang --- 多语言
- login --- 登录组
- order---订单组
- msg --- 消息管理组
- 前台api
- search --- 搜索
- merchant --- 商户
- article --- 文章
- salesman --- 分销
- product --- 商品
- order --- 订单
- category --- 商品分类
- home --- 首页
- cart --- 购物车
- user --- 会员中心
- user --- 会员
- collect_product --- 商品收藏
- Feedback --- 留言/咨询
- coupon --- 优惠券
- aftersales --- 售后管理
- comment --- 评论晒单
- login --- 登录
- order_invoice --- 发票申请
- order --- 订单
- company --- 企业认证
- regist --- 注册
- common --- 公共方法
- shop --- 店铺
- IM
- 安装
申请
开发中
POST
/api/user/company/apply
请求参数
Body 参数application/json
object {0}
示例
{
"type": 2,
"status": 0,
"company_data": {
"certificate_validity_period": 2,
"operating_term_type": 2,
"front_of_photo": [
{
"pic_thumb": "img/pc/202412/1733984235hteZwllYUZE6AiAFpt.jpeg?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "https://oss.tigshop.com/img/pc/202412/1733984235hteZwllYUZE6AiAFpt.jpeg",
"pic_name": "33"
}
],
"back_of_photo": [
{
"pic_thumb": "img/pc/202412/17339842398gfvQqHr1VrXYYXAvH.jpeg?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "https://oss.tigshop.com/img/pc/202412/17339842398gfvQqHr1VrXYYXAvH.jpeg",
"pic_name": "33"
}
],
"license_addr_province": [
1,
110000,
110100,
110101
],
"supplementary_information": [],
"business_license_img": [
{
"pic_thumb": "img/pc/202412/17339842677INlHxAJT8C06O0s8H.jpeg?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "https://oss.tigshop.com/img/pc/202412/17339842677INlHxAJT8C06O0s8H.jpeg",
"pic_name": "33"
}
],
"document_type": 1,
"corporate_name": "邓艾",
"document_number": "360121199001011234",
"birthday": "1990-01-01",
"sex": 1,
"contact_phone": "18779880762",
"certificate_validity_period_end": "2024-12-05",
"residential_address": "阿达撒大声地",
"company_name": "996科技有限公司",
"business_license_address": "啊实打实大大",
"business_scope": "实打实大时代",
"business_license_id": "132123131321",
"operating_term_type_end": "2024-12-11"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/user/company/apply' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 2,
"status": 0,
"company_data": {
"certificate_validity_period": 2,
"operating_term_type": 2,
"front_of_photo": [
{
"pic_thumb": "img/pc/202412/1733984235hteZwllYUZE6AiAFpt.jpeg?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "https://oss.tigshop.com/img/pc/202412/1733984235hteZwllYUZE6AiAFpt.jpeg",
"pic_name": "33"
}
],
"back_of_photo": [
{
"pic_thumb": "img/pc/202412/17339842398gfvQqHr1VrXYYXAvH.jpeg?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "https://oss.tigshop.com/img/pc/202412/17339842398gfvQqHr1VrXYYXAvH.jpeg",
"pic_name": "33"
}
],
"license_addr_province": [
1,
110000,
110100,
110101
],
"supplementary_information": [],
"business_license_img": [
{
"pic_thumb": "img/pc/202412/17339842677INlHxAJT8C06O0s8H.jpeg?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "https://oss.tigshop.com/img/pc/202412/17339842677INlHxAJT8C06O0s8H.jpeg",
"pic_name": "33"
}
],
"document_type": 1,
"corporate_name": "邓艾",
"document_number": "360121199001011234",
"birthday": "1990-01-01",
"sex": 1,
"contact_phone": "18779880762",
"certificate_validity_period_end": "2024-12-05",
"residential_address": "阿达撒大声地",
"company_name": "996科技有限公司",
"business_license_address": "啊实打实大大",
"business_scope": "实打实大时代",
"business_license_id": "132123131321",
"operating_term_type_end": "2024-12-11"
}
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
🟠404失败