$_W['mid']],['openid']); try { $accessToken = WeliamWeChat::getAccessToken($nowToken); //token信息获取 $http = "https://api.weixin.qq.com/cgi-bin/express/delivery/open_msg/follow_waybill?access_token={$accessToken}"; $data = [ 'openid' => trim($member['openid']), 'sender_phone' => '', 'receiver_phone' => '', 'delivery_id' => '', 'waybill_id' => '', 'goods_info' => [], 'trans_id' => '', 'order_detail_path' => '', ]; $headers = [ "Content-type: application/json;charset='utf-8'" , "Accept: application/json" , "Cache-Control: no-cache" , "Pragma: no-cache" ]; $res = curlPostRequest($http,\GuzzleHttp\json_encode($data,JSON_UNESCAPED_UNICODE),$headers); } catch ($e) { } } }