- 商城管理
- 用户注册
- 用户信息
- 用户开户
- 用户等级
- 用户充值
- 客服中心
- 用户提现
- 用户商品
- 用户订单
- 店铺信息
- 工作日志
- 脚本任务
- 上传图片
商城列表
开发中
开发环境
开发环境
GET
/api/Index/mall_list
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://172.24.66.61/aimall/public/api/Index/mall_list'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {7}]
必需
id
integer
ID
name
string
名称
img
string
图片
promote_money
string
推广金额
sort
integer
排序
status
integer
必需
create_time
string
创建时间
示例
{
"code": 200,
"msg": "商城列表",
"data": [
{
"id": 1,
"name": "TikTok",
"img": "http://172.24.66.61/aimall/public/uploads/mall/logo_tiktok_large.png",
"promote_money": "15.00",
"sort": 1,
"status": 1,
"create_time": "1970-01-01 08:00:00"
},
{
"id": 2,
"name": "Amazon",
"img": "http://172.24.66.61/aimall/public/uploads/mall/yamaxun.png",
"promote_money": "15.00",
"sort": 2,
"status": 1,
"create_time": "1970-01-01 08:00:00"
},
{
"id": 3,
"name": "Eaby",
"img": "http://172.24.66.61/aimall/public/uploads/mall/Eaby.png",
"promote_money": "15.00",
"sort": 3,
"status": 1,
"create_time": "1970-01-01 08:00:00"
},
{
"id": 4,
"name": "Rakuten",
"img": "http://172.24.66.61/aimall/public/uploads/mall/rakuten.png",
"promote_money": "15.00",
"sort": 4,
"status": 1,
"create_time": "1970-01-01 08:00:00"
},
{
"id": 5,
"name": "Walmart",
"img": "http://172.24.66.61/aimall/public/uploads/mall/Walmart.png",
"promote_money": "15.00",
"sort": 5,
"status": 1,
"create_time": "1970-01-01 08:00:00"
}
]
}
修改于 2025-03-27 03:20:52