正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -151,7 +151,7 @@ class Index extends Api | @@ -151,7 +151,7 @@ class Index extends Api | ||
151 | $ywt_appid = 'wx58ceff4e93cfc523'; | 151 | $ywt_appid = 'wx58ceff4e93cfc523'; |
152 | $tourl = ''; | 152 | $tourl = ''; |
153 | $data=[ | 153 | $data=[ |
154 | - "id"=>$order[''] | 154 | + "id"=>$order |
155 | ]; | 155 | ]; |
156 | $pagepath ='pages/module/orderDetails?params='.json_encode($order); | 156 | $pagepath ='pages/module/orderDetails?params='.json_encode($order); |
157 | $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath); | 157 | $res = $this->sendAstuWxMsgToAgent($sendInfo, $wxopenid, $tourl, $config['app_id'], $config['secret'], $ywt_appid, $pagepath); |
-
请 注册 或 登录 后发表评论