改名
This commit is contained in:
@@ -603,7 +603,9 @@ abstract class ClientAbstracts extends Component implements IClient
|
|||||||
if (!is_null($json = JSON::decode($body))) {
|
if (!is_null($json = JSON::decode($body))) {
|
||||||
return $json;
|
return $json;
|
||||||
}
|
}
|
||||||
return Help::toArray($body);
|
if (!is_null($json = Help::toArray($body))) {
|
||||||
|
return $json;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return $body;
|
return $body;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user