app首页方法报错
							parent
							
								
									19eefa53d9
								
							
						
					
					
						commit
						479fa26e27
					
				|  | @ -600,7 +600,7 @@ public class AppFireRecordController extends BaseController { | ||||||
|      * @Return: java.lang.Object |      * @Return: java.lang.Object | ||||||
|      */ |      */ | ||||||
|     @RequestMapping("/getPhotoUploadMethod") |     @RequestMapping("/getPhotoUploadMethod") | ||||||
|     private Object getPhotoUploadMethod() throws Exception { |     public Object getPhotoUploadMethod() throws Exception { | ||||||
|         String errInfo = "success"; |         String errInfo = "success"; | ||||||
|         Map<String, Object> map = new HashMap<String, Object>(); |         Map<String, Object> map = new HashMap<String, Object>(); | ||||||
|         PageData pageData = getPageData(); |         PageData pageData = getPageData(); | ||||||
|  | @ -617,7 +617,7 @@ public class AppFireRecordController extends BaseController { | ||||||
|      * @throws Exception |      * @throws Exception | ||||||
|      */ |      */ | ||||||
|     @RequestMapping("/getPointListByUserId") |     @RequestMapping("/getPointListByUserId") | ||||||
|     private Object getPointListByUserId() throws Exception { |     public Object getPointListByUserId() throws Exception { | ||||||
|         String errInfo = "success"; |         String errInfo = "success"; | ||||||
|         Map<String, Object> map = new HashMap<String, Object>(); |         Map<String, Object> map = new HashMap<String, Object>(); | ||||||
|         PageData pageData = getPageData(); |         PageData pageData = getPageData(); | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue