Commit ca815b19 by 冷斌

add

parent 0c07c20b
...@@ -191,7 +191,7 @@ class Model_User extends PhalApi_Model_NotORM ...@@ -191,7 +191,7 @@ class Model_User extends PhalApi_Model_NotORM
if (!$isrz || $isrz['status'] != 1) { if (!$isrz || $isrz['status'] != 1) {
return 1003; return 1003;
} }
echo 1; die;
/* 钱包信息 */ /* 钱包信息 */
$accountinfo = DI()->notorm->users_info_auth->select("*")->where('uid=? and status=?', $uid, 1)->andWhere()->fetchOne(); $accountinfo = DI()->notorm->users_info_auth->select("*")->where('uid=? and status=?', $uid, 1)->andWhere()->fetchOne();
if (!$accountinfo) { if (!$accountinfo) {
......
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