Commit 40ae74fb authored by 734642908@qq.com's avatar 734642908@qq.com

修改返回数据格式

parent 49458b78
......@@ -257,7 +257,9 @@ class UserModel extends BaseModel
$result = array(
'c'=>1
,'msg'=>'领取成功'
,'gold'=>$gold
,'d'=>array(
'gold'=>$gold
)
);
} else {
$result = array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment