|
|
@@ -1,6 +1,5 @@
|
|
|
package com.cyksj.service.order.post.impl;
|
|
|
|
|
|
-import cn.hutool.http.Header;
|
|
|
import cn.hutool.http.HttpUtil;
|
|
|
import cn.hutool.json.JSONObject;
|
|
|
import com.cyksj.common.exception.BusinessRuntimeException;
|
|
|
@@ -30,7 +29,7 @@ import java.util.Optional;
|
|
|
* @date 2023-07-10 14:20
|
|
|
*/
|
|
|
@Slf4j
|
|
|
-@Service("DianJingDataService")
|
|
|
+@Service("djDataService")
|
|
|
@RequiredArgsConstructor
|
|
|
public class DianJingDataService extends AbstractPostDataService{
|
|
|
|