正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -147,6 +147,7 @@ class Index extends Api | @@ -147,6 +147,7 @@ class Index extends Api | ||
147 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), | 147 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), |
148 | ); | 148 | ); |
149 | if ($wxopenid) { | 149 | if ($wxopenid) { |
150 | + print_r(json_encode($order));return; | ||
150 | $config = get_addon_config('wechat'); | 151 | $config = get_addon_config('wechat'); |
151 | $ywt_appid = 'wx58ceff4e93cfc523'; | 152 | $ywt_appid = 'wx58ceff4e93cfc523'; |
152 | $tourl = ''; | 153 | $tourl = ''; |
-
请 注册 或 登录 后发表评论