|
|
@@ -61,7 +61,7 @@ public class TechProjectApiController extends CertifyApiController {
|
|
|
* @param pageSize
|
|
|
* @return
|
|
|
*/
|
|
|
- @RequestMapping(value = "/listClientTechProject", method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "/listClientTechProject", method = RequestMethod.GET)
|
|
|
public Result listClientTechProject(String pageNo, String pageSize) {
|
|
|
Result res = new Result();
|
|
|
|