收藏
回答

图片请求接口无返回?

# 文档地址https://pay.wechatpay.cn/docs/partner/apis/consumer-complaint/images/query-images.html
$url = self::getFullUrl($data,$url);
$req = Http::withHeaders($headers);
$req = $req->get($url);
// 图一为此处打印$req
$req = $req->json();

// 图二日志
Log::info('[微信商户投诉]url:' . $url);
Log::info('[微信商户投诉]Method:' . $method);
Log::info('[微信商户投诉]请求header:' . json_encode($headers,256));
Log::info('[微信商户投诉]请求参数:' . json_encode($data,256));
Log::info('[微信商户投诉]返回:' . json_encode($req,256));

回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容