lvhao 4 周之前
父节点
当前提交
35e84f7ac0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Shop.php

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

@@ -339,7 +339,7 @@ class Shop extends Start_Controller {
 			$tokenUrl = 'https://api.aliexpress.com/rest/token';
 			$postData = [
 				'grant_type'    => 'authorization_code',
-				'client_id'     => $$setting['appkey'],
+				'client_id'     => $setting['appkey'],
 				'client_secret' => $setting['secret'],
 				'code'          => $code,
 				'redirect_uri'  => 'http://'.$_SERVER['HTTP_HOST'].'/shop/code'