...
|
...
|
@@ -147,6 +147,7 @@ class Index extends Api |
|
|
'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
|
|
|
);
|
|
|
if ($wxopenid) {
|
|
|
print_r(json_encode($order));return;
|
|
|
$config = get_addon_config('wechat');
|
|
|
$ywt_appid = 'wx58ceff4e93cfc523';
|
|
|
$tourl = '';
|
...
|
...
|
|