正在显示
1 个修改的文件
包含
4 行增加
和
2 行删除
@@ -107,8 +107,10 @@ class Index extends Api | @@ -107,8 +107,10 @@ class Index extends Api | ||
107 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), | 107 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), |
108 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), | 108 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), |
109 | ); | 109 | ); |
110 | - | ||
111 | - | 110 | + print_r($sendInfo); |
111 | + print_r("======="); | ||
112 | + print_r($order); | ||
113 | + return; | ||
112 | if ($wxopenid) { | 114 | if ($wxopenid) { |
113 | $config = get_addon_config('wechat'); | 115 | $config = get_addon_config('wechat'); |
114 | $tourl = ''; | 116 | $tourl = ''; |
-
请 注册 或 登录 后发表评论