shish 6 лет назад
Родитель
Сommit
eb75144239
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      common/components/weixinUtil.php

+ 2 - 1
common/components/weixinUtil.php

@@ -8,9 +8,10 @@ use yii\helpers\Json;
 use linslin\yii2\curl;
 use common\services\xhWxOpenService;
 use common\services\xhMerchantService;
+use common\components\configDict;
 
 /**
- * 微信交互接口
+ * 微信和微信开放平台交互接口
  */
 class weixinUtil
 {