zqwang 1 anno fa
parent
commit
f5a766b036
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      modules/WechatPlatform/Services/WechatMenuService.php

+ 1 - 0
modules/WechatPlatform/Services/WechatMenuService.php

@@ -275,6 +275,7 @@ class WechatMenuService extends BaseService
         } catch (\Exception $exception) {
             self::throwErrMsg('操作失败');
         }
+        myLog('wx-meun')->info(['c' => $createAddIp,'del' => $delAppId]);
         if (!empty($createAddIp)) {
             self::createWechatMenus($createAddIp);
         }