kongdeqiang
4 天以前 65c06b64bcb5265a6c76e157b494af717bb4550e
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;
    /**