ping-qu/core

pingqu核心PHP库

1.0.0 2017-12-06 02:41 UTC

This package is not auto-updated.

Last update: 2024-09-23 07:57:28 UTC


README

###屏趣云核心代码模块 HTTP模块使用方法:

$response = \Pingqu\Http\HttpHelper::curl('10.8.8.99/v4_1/upload_complete','POST',$params,$header);
$body = $response->getBody();