Commit 660535d1 authored by shajiaiming's avatar shajiaiming

参数更新

parent 60e43541
......@@ -55,7 +55,7 @@ class OperationLogInterceptor extends ActionFilter
'Content-Type' => 'application/json',
'Token' => $token_string
])
->post('http://127.0.0.1:8983/api/log');
->post(Yii::$app->params['go_biqianbao'] . '/api/log');
$response = json_decode($response, true);
if (!is_array($response) || 0 != $response['code']) {
$msg = '同步日志错误';
......
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