zxhxx 3 years ago
parent
commit
30d78a427e
1 changed files with 1 additions and 0 deletions
  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'];