Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aic_duty_strategy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yinxiaoling
aic_duty_strategy
Commits
204aff0e
Commit
204aff0e
authored
May 25, 2020
by
yinxiaoling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录地址修改
parent
23776b32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
LoginApiController.php
app/Http/Controllers/LoginApiController.php
+1
-1
运维部署上线注意事项.txt
运维部署上线注意事项.txt
+2
-0
No files found.
app/Http/Controllers/LoginApiController.php
View file @
204aff0e
...
...
@@ -33,7 +33,7 @@ class LoginApiController extends Controller
}
//调用小a登录接口
$url
=
"https://
test117
.ciopaas.com/api/login"
;
$url
=
"https://
aic
.ciopaas.com/api/login"
;
$params
=
[
'username'
=>
$param
[
'username'
],
'password'
=>
$param
[
'password'
],
'from'
=>
"2"
];
$params
[
'url'
]
=
substr
(
md5
(
json_encode
(
$params
)),
1
,
8
);
$requestReturn
=
$this
->
requestPost
(
$url
,
$params
);
...
...
运维部署上线注意事项.txt
View file @
204aff0e
...
...
@@ -9,6 +9,8 @@
4、新建数据库
数据库名:strategy
运行初始化命令
/opt/lampp/bin/php /opt/lampp/xiaoa/xiaoa-aic/artisan db:seed --class=DatabaseSeeder
5、添加队列进程
/opt/lampp/bin/php /opt/lampp/xiaoa/xiaoa-aic/artisan queue:work --queue=StrategyTask --sleep=3 --tries=0 --daemon --timeout=360
...
...
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