Commit 6557a716 by 冷斌

add

parent ca815b19
...@@ -191,12 +191,14 @@ class Model_User extends PhalApi_Model_NotORM ...@@ -191,12 +191,14 @@ 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) {
return 1007; return 1007;
} }
echo 1; die;
//提现比例 //提现比例
$cash_rate = $config['cash_rate']; $cash_rate = $config['cash_rate'];
......
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