|
@@ -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;
|