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