|
|
@@ -248,7 +248,7 @@ public class HpUserControllerAPI extends BaseAppController {
|
|
|
* @param response
|
|
|
* @return
|
|
|
*/
|
|
|
- @RequestMapping(value = "/getOcrKey", method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "/getOcrKey", method = RequestMethod.GET)
|
|
|
@ResponseBody
|
|
|
public ModelAndView getOcrKey(HttpServletRequest request, HttpServletResponse response) {
|
|
|
Map<String, Object> returnMap = new HashMap<String, Object>();
|