dever 7 năm trước cách đây
mục cha
commit
7150547711
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Code.php

+ 1 - 1
src/Code.php

@@ -22,7 +22,7 @@ class Code
         $file = Dever::pathDay('upload/applet/code', false) . $project . '_' . md5($param['path'] . '_' . $param['param'] . '_' . $param['width']) . '.jpg';
 
         if (!is_file($file) || $update == 1) {
-            $wechat = new Wechat($project, 'applet');
+            $wechat = new Wechat($project, 'wechat_applet');
 
             $data = $wechat->curl('code', $param, true);