fix bug ErrorCode -1
This commit is contained in:
@@ -184,7 +184,7 @@ class common extends \yii\db\ActiveRecord {
|
||||
}
|
||||
|
||||
public static function requestToCardService($path, $data) {
|
||||
return file_get_contents("http://192.168.2.119:2001" . $path, false, stream_context_create([
|
||||
return file_get_contents("http://" . Yii::$app->params["CardService"] . $path, false, stream_context_create([
|
||||
'http' => [
|
||||
'header' => "Content-Type: application/json",
|
||||
'method' => "POST",
|
||||
|
||||
Reference in New Issue
Block a user