File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
APIJSON-Java-Server/APIJSON-Idea/src/main/java/apijson/demo/server Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 30
30
import javax .activation .UnsupportedDataTypeException ;
31
31
import javax .servlet .http .HttpSession ;
32
32
33
- import apijson .demo .server .model .*;
34
33
import com .alibaba .fastjson .JSONArray ;
35
34
import com .alibaba .fastjson .JSONObject ;
36
35
36
+ import apijson .demo .server .model .BaseModel ;
37
+ import apijson .demo .server .model .Comment ;
38
+ import apijson .demo .server .model .Login ;
39
+ import apijson .demo .server .model .Moment ;
40
+ import apijson .demo .server .model .Privacy ;
41
+ import apijson .demo .server .model .User ;
42
+ import apijson .demo .server .model .Verify ;
37
43
import zuo .biao .apijson .JSON ;
38
44
import zuo .biao .apijson .JSONResponse ;
39
45
import zuo .biao .apijson .Log ;
@@ -83,8 +89,6 @@ public class Verifier {
83
89
ACCESS_MAP .put (Verify .class .getSimpleName (), getAccessMap (Verify .class .getAnnotation (MethodAccess .class )));
84
90
ACCESS_MAP .put (Login .class .getSimpleName (), getAccessMap (Login .class .getAnnotation (MethodAccess .class )));
85
91
86
- ACCESS_MAP .put (NetsbdNews .class .getSimpleName (), getAccessMap (NetsbdNews .class .getAnnotation (MethodAccess .class )));
87
- ACCESS_MAP .put (NetsbdNewsCategory .class .getSimpleName (), getAccessMap (NetsbdNewsCategory .class .getAnnotation (MethodAccess .class )));
88
92
89
93
}
90
94
You can’t perform that action at this time.
0 commit comments