Already up-to-date. Already up-to-date. Already up-to-date. Already up-to-date. Updating 14e5f6a..bab38f4 Fast-forward .../third/action/community/AdmAdminController.java | 7 + .../wechat/controller/DoorbellController.java | 118 ++- .../wechat/controller/UserCenterController.java | 111 +- .../java/com/zzwtec/wechat/rpc/api/APIService.java | 10 +- .../com/zzwtec/wechat/util/StringSecurityUtil.java | 40 + src/main/resources/application.yml | 95 +- src/main/webapp/community/view/index.html | 8 +- src/main/webapp/static/images/face1.png | Bin 0 -> 5466 bytes src/main/webapp/static/images/face2.png | Bin 0 -> 10873 bytes src/main/webapp/static/images/face3.png | Bin 0 -> 11728 bytes src/main/webapp/static/images/face4.png | Bin 0 -> 6029 bytes src/main/webapp/static/js/info/index.js | 29 + src/main/webapp/static/js/info/memberinfo.js | 26 + src/main/webapp/static/js/info/memberlist.js | 5 + src/main/webapp/static/js/info/uploadFace.js | 230 +++++ src/main/webapp/static/libs/exif.js | 1060 ++++++++++++++++++++ src/main/webapp/templates/info/view/index.html | 35 +- .../webapp/templates/info/view/memberinfo.html | 162 +++ .../webapp/templates/info/view/memberlist.html | 4 +- "\346\226\207\346\241\243/changelog.md" | 11 + 20 files changed, 1857 insertions(+), 94 deletions(-) create mode 100644 src/main/java/com/zzwtec/wechat/util/StringSecurityUtil.java create mode 100644 src/main/webapp/static/images/face1.png create mode 100644 src/main/webapp/static/images/face2.png create mode 100644 src/main/webapp/static/images/face3.png create mode 100644 src/main/webapp/static/images/face4.png create mode 100644 src/main/webapp/static/js/info/memberinfo.js create mode 100644 src/main/webapp/static/js/info/uploadFace.js create mode 100644 src/main/webapp/static/libs/exif.js create mode 100644 src/main/webapp/templates/info/view/memberinfo.html create mode 100644 "\346\226\207\346\241\243/changelog.md"