...
|
...
|
@@ -107,10 +107,6 @@ class Index extends Api |
|
|
'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'),
|
|
|
'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
|
|
|
);
|
|
|
print_r($sendInfo);
|
|
|
print_r("=======");
|
|
|
print_r($order);
|
|
|
return;
|
|
|
if ($wxopenid) {
|
|
|
$config = get_addon_config('wechat');
|
|
|
$tourl = '';
|
...
|
...
|
|