java110
2022-01-17 28e7d3937f819a3486b22bfa1c84aee172aaccb4
service-store/src/main/java/com/java110/store/api/StoreApi.java
old mode 100644 new mode 100755
@@ -29,7 +29,7 @@
import com.java110.utils.util.Assert;
import com.java110.vo.ResultVo;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.java110.core.log.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestBody;
@@ -91,8 +91,9 @@
                    null);
        } finally {
            logger.debug("storeApi 请求报文{},返回报文:{}", orderInfo, responseJson.toJSONString());
            return responseJson.toJSONString();
        }
        return responseJson.toJSONString();
    }
    /**