|
@@ -334,7 +334,8 @@ class Shop extends Start_Controller {
|
|
|
{
|
|
|
$setting['appkey'] = '26004389';
|
|
|
$setting['secret'] = 'd880d725c67b449c8a601e9b0766955d';
|
|
|
- $setting['code'] = 'https://oauth.aliexpress.com/authorize';
|
|
|
+ $setting['code'] = 'https://api-sg.aliexpress.com/oauth/authorize';
|
|
|
+ //$setting['code'] = 'https://oauth.aliexpress.com/authorize';
|
|
|
$setting['token'] = 'https://oauth.aliexpress.com/token';
|
|
|
if(!$_GET['code'])
|
|
|
{
|