>購買寵物欄
~~~[api]
get:/index.php/gamecow/Apigame/member_buy_column
string:type=pets #購買欄位標識, pets:寵物欄位,random:隨機物品欄位,prize:獎品倉庫欄位
<<<
success
{
"err": 0,
"point": {
"money": 0,
"point": 1305
},
"data": {
根據購買返回對應倉庫信息
}
}
<<<
error
{
"err": 1,
"code": 1000,
"content": "錯誤信息"
}
~~~