Commit d77f87f5 by 冷斌

update

parent acdd299d
...@@ -1571,7 +1571,9 @@ class Api_User extends PhalApi_Api { ...@@ -1571,7 +1571,9 @@ class Api_User extends PhalApi_Api {
$rs['msg'] = '领取失败'; $rs['msg'] = '领取失败';
return $rs; return $rs;
} }
$rs['coin'] = $info; $rs['info'] = [
'coin' => $info,
];
return $rs; return $rs;
} }
......
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