正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -17,7 +17,7 @@ use Illuminate\Support\Facades\Log; | @@ -17,7 +17,7 @@ use Illuminate\Support\Facades\Log; | ||
| 17 | * Class SyncService | 17 | * Class SyncService |
| 18 | * @package App\Services | 18 | * @package App\Services |
| 19 | */ | 19 | */ |
| 20 | -class SyncService extends BaseService | 20 | +class SyncService |
| 21 | { | 21 | { |
| 22 | /** | 22 | /** |
| 23 | * 同步信息到表单系统 | 23 | * 同步信息到表单系统 |
| @@ -102,4 +102,4 @@ class SyncService extends BaseService | @@ -102,4 +102,4 @@ class SyncService extends BaseService | ||
| 102 | curl_close($ch); | 102 | curl_close($ch); |
| 103 | return [$code, $response]; | 103 | return [$code, $response]; |
| 104 | } | 104 | } |
| 105 | -} | ||
| 105 | +} |
-
请 注册 或 登录 后发表评论