wechat-xiaowei icon indicating copy to clipboard operation
wechat-xiaowei copied to clipboard

微信小微商户接口全家桶PHP SDK

Results 1 wechat-xiaowei issues
Sort by recently updated
recently updated
newest added

$res = $this->httpsRequest($url, $data, $header, true); var_dump($res); die; // 处理返回值 $rt = $this->disposeReturn($res, ['media_id']); return $rt;