Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
stock_new
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sugar
stock_new
Commits
62266c42
Commit
62266c42
authored
Jun 22, 2024
by
董先生
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
持仓列表
parent
9fa88147
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
application/apicom/home/User.php
application/apicom/home/User.php
+1
-4
application/apicom/home/ZthySms.php
application/apicom/home/ZthySms.php
+1
-1
No files found.
application/apicom/home/User.php
View file @
62266c42
...
...
@@ -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
);
...
...
application/apicom/home/ZthySms.php
View file @
62266c42
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment