作者 郭文星

1231

@@ -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 = '';