Commit af0ff581 by 冷斌

fix bug

parent 8b89d433
......@@ -2218,7 +2218,7 @@ class Api_User extends PhalApi_Api
public function getPayImage()
{
$rs = ['code' => 0, 'info' => [], 'msg' => '更换成功'];
$rs = ['code' => 0, 'info' => [], 'msg' => ''];
$uid = checkNull($this->uid);
$token = checkNull($this->token);
......@@ -2242,7 +2242,7 @@ class Api_User extends PhalApi_Api
public function updatePayImage()
{
$rs = ['code' => 0, 'info' => [], 'msg' => '更换成功'];
$rs = ['code' => 0, 'info' => [], 'msg' => '提交成功'];
$uid = checkNull($this->uid);
$token = checkNull($this->token);
......
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