zxhxx hace 3 años
padre
commit
30d78a427e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      extend/liuniu/UtilService.php

+ 1 - 0
extend/liuniu/UtilService.php

@@ -167,6 +167,7 @@ class UtilService
         if (!cache('link_' . $cid)) {
 
             $access = MiniProgramService::getToken($cid);
+            dump($access);
             $url = 'https://api.weixin.qq.com/wxa/generate_urllink?access_token=' . $access;
             $data = [];
             $data['path'] = $param['path'];