beifen
This commit is contained in:
@@ -26,6 +26,14 @@ const crowdfunds = (company_id, category_id, page) => req({
|
||||
const crowdfundsDetail = crowdfund_id => req({
|
||||
url: "crowdfunds/" + crowdfund_id
|
||||
})
|
||||
// 获取关注列表
|
||||
const getCrowdfundsLike = page => req({
|
||||
url: "user/crowdfunds",
|
||||
method: "get",
|
||||
data: {
|
||||
page: page
|
||||
}
|
||||
})
|
||||
//项目关注
|
||||
const crowdfundsLike = crowdfund_id => req({
|
||||
url: "crowdfunds/like",
|
||||
@@ -148,10 +156,12 @@ const signed = (active_id) => req({
|
||||
|
||||
|
||||
|
||||
|
||||
export default ({
|
||||
crowdfundcategory, //项目筹集分类
|
||||
crowdfunds, //根据项目筹集获取列表
|
||||
crowdfundsDetail, //项目详情
|
||||
getCrowdfundsLike, //获取已关注列表
|
||||
crowdfundsLike, //关注项目
|
||||
crowdfundsUnLike, //取消关注项目
|
||||
crowdfundsCreat, //获取确认订单信息
|
||||
|
||||
Reference in New Issue
Block a user