nan.zhang 4 년 전
부모
커밋
a508f62d30
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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;