Commit 789c7675 authored by hangjun83's avatar hangjun83

openapi 震坤行

parent 646c9599
......@@ -28,6 +28,9 @@ trait HttpClientHelpers
$options['json'] = $paramsBody;
}
else{
$options['headers'] = [
'Content-Type'=> 'application/x-www-form-urlencoded',
];
$options['form_params'] = $paramsBody;
}
......
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