zxhxx 3 년 전
부모
커밋
30d78a427e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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'];