kongdeqiang
2024-10-16 6b08db9c10fc3fa3ff97f87e072ea14ce069e9bf
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;
    /**