## :-: **商品/打賞下單**
~~~[api]
post:api/members/place_order
*varchar:token=100069&950b09e3299fe283065b2d1255516e53#登錄密鑰
*int:gather_type=1#列表的類型(1=文章2=視頻)
*int:status=1#訂單的類型(1=商品訂單(即文章、視頻)2=打賞(訂單))
*decimal:price=0.01#商品的價格
int:article_id=81#文章的id
int:video_id=73#視頻的id
<<<
ssuccess
{
"code": 200,
"msg": "獲取訂單成功",
"id": "1",
"price": "0.1",
"url": "/index/pay/index.html"
}
~~~
### 返回字段說明
| 字段 | 說明 |
| --- | --- |
| id| 返回生成的訂單id |
| price | 微信支付的支付金額 |
| url| 微信支付的跳轉頁面 |