门店申请列表
开发中
GET
aminapi/shop.shop/applyLists
请求参数
Query 参数
keyword
string
关键词搜索
legal_person
string
负责人
start_time
string
时间搜索
end_time
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'aminapi/shop.shop/applyLists?keyword&legal_person&start_time&end_time'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
lists
array [object {41}]
必需
count
integer
必需
page_no
integer
必需
page_size
integer
必需
extend
array[string]
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 9,
"shop_user_id": 1,
"sn": "",
"name": "广州海珠店1",
"mobile": "",
"short_name": "海珠店1",
"type": 1,
"social_credit_ode": "123",
"legal_person": "蔡哈哈",
"legal_id_card": "445121199708062616",
"province_id": 440000,
"city_id": 440100,
"shop_adress_detail": "广东省广州市海珠区123",
"id_card_front": "http://www.php-amdj.localhost/uploads/images/20221123/202211231543510f03d1199.png",
"id_card_back": "http://www.php-amdj.localhost/uploads/images/20221123/202211231543510f03d1199.png",
"portrait_shooting": "http://www.php-amdj.localhost/uploads/images/20221123/202211231543510f03d1199.png",
"logo": "http://www.php-amdj.localhost/uploads/images/20221123/202211231543510f03d1199.png",
"business_license": "http://www.php-amdj.localhost/uploads/images/20221123/202211231543510f03d1199.png",
"synopsis": "",
"work_status": 1,
"server_status": 1,
"sort": 0,
"money": "800.00",
"deposit": "800.00",
"audit_status": 1,
"audit_remark": "",
"monday": 0,
"tuesday": 0,
"wednesday": 0,
"thursday": 0,
"friday": 0,
"saturday": 0,
"sunday": 0,
"good_comment": 0,
"business_start_time": "",
"business_end_time": "",
"create_time": "2024-10-03 14:04:58",
"work_status_desc": "营业中",
"server_status_desc": "正常"
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}
修改于 2024-10-22 17:58:04