AuthController.php 401 B

12345678910111213141516171819
  1. <?php
  2. namespace openend\controllers;
  3. use common\services\xhWxOpenService;
  4. use common\components\util;
  5. use Yii;
  6. use yii\web\Controller;
  7. use common\services\xhMerchantService;
  8. use common\services\xhUserService;
  9. use common\components\weixinUtil;
  10. use common\components\configDict;
  11. use common\components\stringUtil;
  12. /**
  13. * 微信 oauth 授权相关
  14. *
  15. */
  16. class AuthController extends PublicController{
  17. }