lvhao 6 天之前
父節點
當前提交
f43f023981
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      core/CoreApp/controllers/Shop.php

+ 2 - 1
core/CoreApp/controllers/Shop.php

@@ -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'])
 			{