kongdeqiang
2024-03-18 e68a90d29289858e4106a0fb5e615408b41ea102
src/main/java/com/boying/controller/phone/EticketController.java
@@ -13,6 +13,7 @@
import com.boying.util.ObjectToMapUtil;
import com.google.gson.Gson;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.client.RestTemplate;
import org.springframework.web.multipart.MultipartFile;
@@ -22,6 +23,7 @@
@RequiredArgsConstructor
public class EticketController {
    @Autowired
    private final SystemConfigProperties systemConfigProperties;
    /**