Commit 0fa8884e authored by suichenguang's avatar suichenguang

测试接口

parent 2ef584ff
......@@ -51,6 +51,7 @@ public class ReadExcelApi {
@Produces(MediaType.APPLICATION_JSON)
@Transactional(rollbackFor = Exception.class)
public boolean ReadPersonPost(HttpServletResponse resp, HttpServletRequest requ) {
System.out.println("进入api");
YXJSONResponse yxresp = new YXJSONResponse();
DateFormat format = new SimpleDateFormat("yyyy-MM-dd");
......
......@@ -8,6 +8,11 @@ import org.springframework.web.bind.annotation.RestController;
@RequestMapping("PackageInformation")
public class PackageInformationApi {
/**
* 查询制证信息用于制证信息打包
* @param requestStr
* @return
*/
@RequestMapping("selectInformation")
public String selectInformation(@RequestBody String requestStr){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment