Download the PHP package xuanchen/crowdfund without Composer
On this page you can find all versions of the php package xuanchen/crowdfund. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xuanchen/crowdfund
More information about xuanchen/crowdfund
Files in xuanchen/crowdfund
Download xuanchen/crowdfund
More information about xuanchen/crowdfund
Files in xuanchen/crowdfund
Vendor xuanchen
Package crowdfund
Short Description 项目预购
License MIT
Homepage https://github.com/xuanchen120/crowdfund.git
Package crowdfund
Short Description 项目预购
License MIT
Homepage https://github.com/xuanchen120/crowdfund.git
Please rate this library. Is it a good library?
Informations about the package crowdfund
项目预购
项目列表
GET: crowdfunds
Auth:玄尘
请求参数 | 类型 | 说明 | 版本 |
---|---|---|---|
company_id | string | 企业id | 1.0.0 |
category_id | string | 分类id | 1.0.0 |
handpick | string | 是否精选 | 1.0.0 |
响应参数 | 类型 | 说明 | 版本 |
---|---|---|---|
crowdfund_id | string | 项目id | 1.0.0 |
title | string | 项目名称 | 1.0.0 |
cover | string | 封面 | 1.0.0 |
amount | string | 目标金额 | 1.0.0 |
all_total | string | 已筹集金额 | 1.0.0 |
all_users | string | 参与人数 | 1.0.0 |
city | string | 城市 | 1.0.0 |
category | string | 分类 | 1.0.0 |
status_text | string | 状态名称 | 1.0.0 |
status | string | 状态 | 1.0.0 |
diffDays | string | 剩余天数 | 1.0.0 |
openDiffDays | string | 开启时间倒计时 | 1.0.0 |
likes | string | 关注人数 | 1.0.0 |
ratio | string | 完成比例 | 1.0.0 |
stauts : 0 关闭 1 进行中 2 即将上线 3 已成功 4 已结束
项目详情
GET: crowdfunds/{项目id}
Auth:玄尘
响应参数 | 类型 | 说明 | 版本 |
---|---|---|---|
crowdfund_id | string | 项目id | 1.0.0 |
title | string | 项目名称 | 1.0.0 |
pictures | string | 封面图 | 1.0.0 |
video_url | string | 视频地址 | 1.0.0 |
amount | string | 目标金额 | 1.0.0 |
all_total | string | 已筹集金额 | 1.0.0 |
all_users | string | 参与人数 | 1.0.0 |
description | string | 简介 | 1.0.0 |
content | string | 详情 | 1.0.0 |
status_text | string | 状态名称 | 1.0.0 |
status | string | 状态 | 1.0.0 |
category | string | 分类 | 1.0.0 |
diffDays | string | 项目周期 | 1.0.0 |
endDiffDays | string | 剩余天数 | 1.0.0 |
openDiffDays | string | 倒计时 | 1.0.0 |
province | string | 省份 | 1.0.0 |
city | string | 城市 | 1.0.0 |
likes | string | 关注人数 | 1.0.0 |
isLike | string | 是否关注 | 1.0.0 |
canPay | string | 是否可以支持 | 1.0.0 |
start_at | string | 开始时间 | 1.0.0 |
end_at | string | 结束时间 | 1.0.0 |
created_at | string | 创建时间 | 1.0.0 |
支持项目
GET: crowdfunds/create
Auth:玄尘
请求参数 | 类型 | 说明 | 版本 |
---|---|---|---|
crowdfund_item_id | string | 回报id | 1.0.0 |
响应参数 | 类型 | 说明 | 版本 |
---|---|---|---|
crowdfund_item_id | string | 回报id | 1.0.0 |
title | string | 回报名称 | 1.0.0 |
time | string | 回报时间 | 1.0.0 |
remark | string | 回报内容 | 1.0.0 |
shipping | string | 配送说明 | 1.0.0 |
price | string | 金额 | 1.0.0 |
quantity | string | 限制人数 | 1.0.0 |
all_users | string | 参与人数 | 1.0.0 |
all_total | string | 参与金额 | 1.0.0 |
created_at | string | 创建时间 | 1.0.0 |
响应参数 | 类型 | 说明 | 版本 |
---|---|---|---|
address_id | string | 地址id | 1.0.0 |
name | string | 姓名 | 1.0.0 |
mobile | string | 手机号 | 1.0.0 |
province | string | 省 | 1.0.0 |
city | string | 市 | 1.0.0 |
district | string | 区 | 1.0.0 |
address | string | 详细地址 | 1.0.0 |
支持项目-创建订单
POST: crowdfunds
Auth:玄尘
请求参数 | 类型 | 说明 | 版本 |
---|---|---|---|
crowdfund_item_id | string | 回报id | 1.0.0 |
address_id | string | 地址id | 1.0.0 |
remark | string | 备注 | 1.0.0 |
关注项目
POST: crowdfunds/like
Auth:玄尘
请求参数 | 类型 | 说明 | 版本 |
---|---|---|---|
crowdfund_id | string | 项目id | 1.0.0 |
取消关注项目
POST: crowdfunds/unlike
Auth:玄尘
请求参数 | 类型 | 说明 | 版本 |
---|---|---|---|
crowdfund_id | string | 项目id | 1.0.0 |
项目分类列表
GET: ajax/crowdfundcategory
Auth:玄尘
请求参数 | 类型 | 说明 | 版本 |
---|---|---|---|
company_id | string | 企业id | 1.0.0 |
All versions of crowdfund with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
jasonc/laravel-order Version ^2.0
overtrue/laravel-like Version *
laravel/framework Version *
jasonc/laravel-order Version ^2.0
overtrue/laravel-like Version *
laravel/framework Version *
The package xuanchen/crowdfund contains the following files
Loading the files please wait ....