Commit 204aff0e authored by yinxiaoling's avatar yinxiaoling

登录地址修改

parent 23776b32
......@@ -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);
......
......@@ -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
......
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