kongdeqiang
2024-04-09 fb050c0dafa5363a73540dd9e52b78487e25ba0a
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;
    /**