## 任務列表
~~~[api]
post:Design/getDesignList
order_price=默認值# 價格排序(1價格由高到低)
area=默認值# 地區篩選
int:is_rec=默認值# 是否推薦 (1是)
int:size=10#每頁數量
int:page=1#頁碼
<<<
success
{
"code": 1,
"msg": "success",
"data": [
{
"id": 1, // 設計師ID
"name": "", // 姓名
"phone": "", // 手機號
"id_card_num": "", // 身份證號
"img": null, // 照片
"position": "PHP", // 職位
"moodyhas": "明智", // 任職公司
"profile": "個人簡介", // 個人簡介
"area": "吳興", // 區域
"tagids": "1,2", // 標簽ID
"dsr_min_price": 300, // 設計價格 最低
"dsr_max_price": 3000, // 設計價格 最高
"dsr_experience": 3, // 設計經驗(年)
"dsr_idea": "在淡然中生活,在靜默中守心", // 設計理念
"status": 1,
"is_deleted": 0,
"create_at": "2018-09-30 10:33:57",
"is_checked": 1,
"is_rec": 1,
"tagArr": [
{
"id": 1,
"title": "專業設計師",
"color": null,
"status": 1,
"is_deleted": 0,
"create_at": "2018-10-05 13:46:43"
},
{
"id": 2,
"title": "好評率高",
"color": null,
"status": 1,
"is_deleted": 0,
"create_at": "2018-10-05 13:46:54"
}
]
}
],
"token": "372q2p1f1c1i1l2r2u1p38321g1h1c382t352s2y392q1l302w2q1h2u2q2t341d2q371d1c"
}
<<<
error
{
"code": 0,
"msg": "error",
"token": "372q2p1f1c1i1l2r2u1p38321g1h1c382t352s2y392q1l302w2q1h2u2q2t341d2q371d1c"
}
~~~