- Tigshop标准版
- 后台adminapi
- authority --- 权限组
- merchant ----商户
- apply --- 商户入驻申请
- merchant --- 商户管理
- shop --- 店铺管理
- shop_account --- 店铺资金
- shop_product_category --- 店铺商品分类
- admin_user_shop --- 店铺员工管理
- account ---商户账户
- shop_withdraw --- 店铺提现管理
- 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 --- 会员中心
- common --- 公共方法
- shop --- 店铺
- IM
- 安装
商户入驻申请列表
开发中
GET
/adminapi/merchant/apply/list
请求参数
Query 参数
status
string
可选
username
string
会员名称
page
string
分页页码
示例值:
1
size
string
页数
示例值:
15
sort_field
string
排序字段
示例值:
add_time
sort_order
string
排序方式
示例值:
desc
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/merchant/apply/list?page=1&size=15&sort_field=add_time&sort_order=desc'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 0,
"msg": "ok",
"data": {
"filter_result": [
{
"status_text": "审核未通过",
"merchant_apply_id": 47,
"user_id": 22,
"add_time": "2024-06-12 13:39:31",
"shop_title": "",
"status": 20,
"type": 1,
"contact_name": null,
"contact_mobile": null,
"audit_time": 1718173342,
"shop_data": {
"shop_logo": [
{
"pic_thumb": "img/pc/202406/1718170766frgEXW1AqUKErdtFiA.png?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "img/pc/202406/1718170766frgEXW1AqUKErdtFiA.png",
"pic_name": "screenshot20240612133653"
}
],
"shop_title": "测试商户",
"contact_mobile": "13000000000"
},
"base_data": {
"certificate_validity_period": 2,
"operating_term_type": 1,
"front_of_photo": [
{
"pic_thumb": "img/pc/202406/1718170674z5GkRSSp1orGLfk6FF.png?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "img/pc/202406/1718170674z5GkRSSp1orGLfk6FF.png",
"pic_name": "screenshot20240612133626"
}
],
"back_of_photo": [
{
"pic_thumb": "img/pc/202406/17181706794U7mNOU5MgquPMLWdK.png?x-oss-process=image/resize,m_pad,h_200,h_200",
"pic_url": "img/pc/202406/17181706794U7mNOU5MgquPMLWdK.png",
"pic_name": "screenshot20240612133653"
}
],
"license_addr_province": [],
"supplementary_information": [],
"type": 1,
"document_type": 1,
"corporate_name": "测试",
"document_number": "360733202010027955",
"birthday": "2020-10-02",
"sex": 1,
"certificate_validity_period_end": "2024-06-06",
"residential_address": "南昌"
},
"merchant_data": {
"business_address": [
1
],
"account_opening_permit": [],
"business_license_img": [],
"contact_name": "测试",
"contact_phone": "13000000000",
"contact_email": "13000000000@163.com",
"bank_deposit": "农业银行",
"bank_branch": "高新支行",
"bank_card": "62210005659898958",
"merchant_name": "测试商户",
"customer_service_phone": "1300000000",
"detailed_address": "龙华"
},
"company_name": "",
"corporate_name": "测试",
"audit_remark": "111",
"user": {
"user_id": 22,
"username": "ceshi",
"avatar": "img/gallery/202403/17111886010Pg60qIrJEzwe3tw06.gif",
"mobile": "",
"mobile_validated": 1,
"email": "",
"email_validated": 1,
"nickname": "测试",
"password": "$2y$10$SVQJ5OeXFIMGOJWL9WhsfO/XOeK4uUSpicXY6BZvjjE2b5SZSEcHe",
"birthday": "0000-00-00",
"balance": "78.10",
"frozen_balance": "0.00",
"points": 3600,
"growth_points": 1000,
"address_id": 0,
"reg_time": "2024-04-24 15:00:12",
"last_login": 0,
"last_ip": "",
"rank_id": 4,
"referrer_user_id": 0,
"from_tag": 0,
"is_svip": 0,
"svip_expire_time": 0,
"order_count": 0,
"order_amount": "0.00",
"history_product_ids": "[292,20,384,331,329,340,401,387,400,385,389,288,291,290,226]"
}
}
],
"filter": {
"page": 1,
"size": 15,
"sort_field": "add_time",
"sort_order": "desc",
"status": "-1",
"username": ""
},
"total": 10,
"errcode": 0,
"message": ""
}
}
🟠404失败