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;