nan.zhang 4 years ago
parent
commit
a508f62d30
1 changed files with 3 additions and 3 deletions
  1. 3 3
      application/expand/controller/WechatPay.php

+ 3 - 3
application/expand/controller/WechatPay.php

@@ -1,9 +1,9 @@
 <?php
 namespace app\expand\controller;
 use app\common\service\HelperService;
-use app\common\service\wechat\JsApi_pub;
-use app\common\service\wechat\UnifiedOrder_pub;
-use app\common\service\wechat\Refund_pub;
+use app\index\service\wechat\JsApi_pub;
+use app\index\service\wechat\UnifiedOrder_pub;
+use app\index\service\wechat\Refund_pub;
 use think\Config;
 use think\Validate;
 use think\Log;