WxController.php 795 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. namespace openend\controllers;
  3. use Yii;
  4. use common\services\xhCouponService;
  5. use common\services\xhMerchantExtendService;
  6. use common\services\xhShopService;
  7. use common\services\xhWxMenuService;
  8. use common\services\xhAdminService;
  9. use common\services\xhUserAssetService;
  10. use common\services\xhWxOpenService;
  11. use common\components\weixinUtil;
  12. use common\components\configDict;
  13. use common\components\stringUtil;
  14. use common\components\util;
  15. use common\services\xhMerchantService;
  16. use common\services\xhUserService;
  17. use common\services\xhTMessageService;
  18. use linslin\yii2\curl;
  19. use common\services\xhAdminToMerchantService;
  20. use common\components\qqFaceUtil;
  21. class WxController extends PublicController
  22. {
  23. public $enableCsrfValidation = false;
  24. public $fromUsername, $toUsername, $msgType;
  25. }