Преглед изворни кода

【程序目录】修改小程序接口错误

吴昊天 пре 3 година
родитељ
комит
1e95f058e6
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      crmeb/crmeb/services/app/MiniProgramService.php

+ 1 - 2
crmeb/crmeb/services/app/MiniProgramService.php

@@ -11,11 +11,10 @@
 
 namespace crmeb\services\app;
 
-use app\services\order\StoreOrderCreateServices;
 use crmeb\exceptions\AdminException;
 use crmeb\services\SystemConfigService;
 use app\services\pay\PayNotifyServices;
-use EasyWeChat\Foundation\Application;
+use crmeb\services\easywechat\Application;
 use EasyWeChat\Payment\Order;
 use think\facade\Route as Url;
 use crmeb\utils\Hook;