Commit 62266c42 authored by 董先生's avatar 董先生

持仓列表

parent 9fa88147
......@@ -19,9 +19,6 @@ class User extends Common
protected function _initialize()
{
// 系统开关
if (!config('web_site_status')) {
ajaxmsg('站点已经关闭,请稍后访问',0);
}
$req=request();
$token = $this->request->param("token");
......@@ -119,7 +116,7 @@ class User extends Common
}
//临时关闭验证短信
// true !== $check_code && ajaxmsg('验证码错误',0);
true !== $check_code && ajaxmsg('验证码错误',0);
$result = $this->validate($data, 'Member.create');
true !== $result && ajaxmsg($result,0);
......
......@@ -25,7 +25,7 @@ class ZthySms
'password' => $password, //密码
'tKey' => $tKey, //tKey
'mobile' => $mobile, //手机号码
'content' => '【青石证券】' . $content
'content' => '【未来城】' . $content
);
$ret = self::httpPost($url, $date);
$res = json_decode($ret, true);
......
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