wechat-xiaowei
wechat-xiaowei copied to clipboard
有调试代码
$res = $this->httpsRequest($url, $data, $header, true);
var_dump($res); die;
// 处理返回值
$rt = $this->disposeReturn($res, ['media_id']);
return $rt;
没明白什么意思?
他说 这里有调试代码没删 https://github.com/yandycom/wechat-xiaowei/blob/master/src/Services/Traits/UploadMedia.php#L49