shish hace 2 años
padre
commit
baaf9a6b36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      common/components/wxUtil.php

+ 1 - 1
common/components/wxUtil.php

@@ -1588,7 +1588,7 @@ class wxUtil
     public static function applySetOrderPathInfo($merchant, $isOpen = 0)
     {
         $accessToken = self::getMiniProgramAccessToken($merchant, $isOpen);
-        $url = "https://api.weixin.qq.com/wxa/security/applysetorderpathinfo?component_access_token={$accessToken}";
+        $url = "https://api.weixin.qq.com/wxa/security/applysetorderpathinfo?access_token={$accessToken}";
         $curl = new curl\Curl();
         $appId = $merchant['miniAppId'] ?? '';
         $data = [