在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → java获取微信小程序openid

java获取微信小程序openid

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:23.88M
  • 下载次数:10
  • 浏览次数:217
  • 发布时间:2021-02-10
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
java获取微信小程序openid,包括其他很多小程序操作,下载即可运行
【实例截图】
【核心代码】
296a8638-6314-494c-b9c3-ac66167b0c80
└── xProgram-master
├── classes
│   ├── applicationContext-mybatis.xml
│   ├── com
│   │   └── xProgram
│   │   ├── inswept
│   │   │   └── controller
│   │   │   ├── addressController.class
│   │   │   ├── cartController.class
│   │   │   ├── indexController.class
│   │   │   ├── listController.class
│   │   │   ├── mineController.class
│   │   │   ├── orderController.class
│   │   │   ├── userGroupController.class
│   │   │   └── userInfoController.class
│   │   └── manage
│   │   ├── controller
│   │   │   ├── FoodController.class
│   │   │   ├── OrdersController.class
│   │   │   ├── RegisterController.class
│   │   │   ├── SellerController.class
│   │   │   ├── testController.class
│   │   │   └── UserController.class
│   │   ├── filter
│   │   │   ├── IsLoginFilter.class
│   │   │   ├── MobileAdminIsLoginFilter.class
│   │   │   ├── MobileIsLoginFilter.class
│   │   │   ├── SignFilter.class
│   │   │   └── XssFilter.class
│   │   ├── manager
│   │   │   ├── BasePathFactory.class
│   │   │   └── PropertyFactory.class
│   │   ├── mapper
│   │   │   ├── AffairMapper.class
│   │   │   ├── CampusMapper.class
│   │   │   ├── CartMapper.class
│   │   │   ├── ConsumeMapper.class
│   │   │   ├── FoodCategoryMapper.class
│   │   │   ├── FoodDetailMapper.class
│   │   │   ├── FoodMapper.class
│   │   │   ├── ItemsMapper.class
│   │   │   ├── NewGoodsMapper.class
│   │   │   ├── OrderMapper.class
│   │   │   ├── PageSlideMapper.class
│   │   │   ├── PurchaseMapper.class
│   │   │   ├── SellerMapper.class
│   │   │   ├── UsersGroupMapper.class
│   │   │   ├── UsersMapper.class
│   │   │   └── WxInfoMapper.class
│   │   ├── mapping
│   │   │   ├── AffairMapper.xml
│   │   │   ├── CampusMapper.xml
│   │   │   ├── CartMapper.xml
│   │   │   ├── ConsumeMapper.xml
│   │   │   ├── FoodCategoryMapper.xml
│   │   │   ├── FoodDetailMapper.xml
│   │   │   ├── FoodMapper.xml
│   │   │   ├── ItemsMapper.xml
│   │   │   ├── NewGoodsMapper.xml
│   │   │   ├── OrderMapper.xml
│   │   │   ├── PageSlideMapper.xml
│   │   │   ├── PurchaseMapper.xml
│   │   │   ├── SellerMapper.xml
│   │   │   ├── UsersGroupMapper.xml
│   │   │   ├── UsersMapper.xml
│   │   │   └── WxInfoMapper.xml
│   │   ├── model
│   │   │   ├── Affair.class
│   │   │   ├── CampusAdmin.class
│   │   │   ├── Campus.class
│   │   │   ├── Consume.class
│   │   │   ├── FoodCategory.class
│   │   │   ├── Food.class
│   │   │   ├── FoodDetail.class
│   │   │   ├── Items.class
│   │   │   ├── NewGoods.class
│   │   │   ├── Order.class
│   │   │   ├── Purchase.class
│   │   │   ├── Sellers.class
│   │   │   ├── SNSUserInfo.class
│   │   │   ├── Users.class
│   │   │   ├── UsersGroup.class
│   │   │   └── WxInfo.class
│   │   ├── service
│   │   │   ├── AffairService.class
│   │   │   ├── CampusService.class
│   │   │   ├── CartService.class
│   │   │   ├── ConsumeService.class
│   │   │   ├── FoodService.class
│   │   │   ├── ItemsService.class
│   │   │   ├── NewGoodsService.class
│   │   │   ├── OrdersService.class
│   │   │   ├── PageSlideService.class
│   │   │   ├── PurchaseService.class
│   │   │   ├── SellerService.class
│   │   │   ├── UserService.class
│   │   │   ├── UsersGroupService.class
│   │   │   └── WxInfoService.class
│   │   ├── serviceImpl
│   │   │   ├── AffairServiceImpl.class
│   │   │   ├── CampusServiceImpl.class
│   │   │   ├── CartServiceImpl.class
│   │   │   ├── ConsumeServiceImpl.class
│   │   │   ├── FoodServiceImpl.class
│   │   │   ├── ItemsServiceImpl.class
│   │   │   ├── NewGoodsServiceImpl.class
│   │   │   ├── OrdersServiceImpl.class
│   │   │   ├── PageSlideServiceImpl.class
│   │   │   ├── PurchaseServiceImpl.class
│   │   │   ├── SellerServiceImpl.class
│   │   │   ├── UserServiceImpl.class
│   │   │   ├── UsersGroupServiceImpl.class
│   │   │   └── WxInfoServiceImpl.class
│   │   └── tools
│   │   ├── AdvancedUtil.class
│   │   ├── CommonUtil.class
│   │   ├── Constants.class
│   │   ├── Curl.class
│   │   ├── ManageMessage.class
│   │   ├── Md5.class
│   │   ├── MyX509TrustManager.class
│   │   ├── PKCS7Encoder.class
│   │   ├── Sign.class
│   │   ├── verifycode
│   │   │   ├── Captcha.class
│   │   │   ├── Encoder.class
│   │   │   ├── GifCaptcha.class
│   │   │   ├── GifEncoder.class
│   │   │   ├── Quant.class
│   │   │   ├── Randoms.class
│   │   │   └── SpecCaptcha.class
│   │   ├── WXBizDataCrypt.class
│   │   └── XssHttpServletRequestWraper.class
│   ├── config.out.xml
│   ├── config.properties
│   ├── config.xml
│   ├── JSONtoObj.class
│   ├── log4j.properties
│   ├── spring-mvc.xml
│   ├── spring-mybatis.xml
│   ├── spring.xml
│   ├── Userd.class
│   └── xProgram
│   ├── Mybatis.class
│   └── MybatisConn.class
├── pom.xml
├── src
│   ├── main
│   │   ├── java
│   │   │   └── com
│   │   │   └── xProgram
│   │   │   ├── inswept
│   │   │   │   ├── controller
│   │   │   │   │   ├── addressController.java
│   │   │   │   │   ├── cartController.java
│   │   │   │   │   ├── indexController.java
│   │   │   │   │   ├── listController.java
│   │   │   │   │   ├── mineController.java
│   │   │   │   │   ├── orderController.java
│   │   │   │   │   ├── userGroupController.java
│   │   │   │   │   └── userInfoController.java
│   │   │   │   └── topic
│   │   │   │   ├── consumer
│   │   │   │   │   ├── TopicReceiver2.java
│   │   │   │   │   └── TopicReceiver.java
│   │   │   │   ├── controller
│   │   │   │   │   └── ActivemqController.java
│   │   │   │   └── producer
│   │   │   │   └── TopicSender.java
│   │   │   └── manage
│   │   │   ├── controller
│   │   │   │   ├── FoodController.java
│   │   │   │   ├── OrdersController.java
│   │   │   │   ├── RegisterController.java
│   │   │   │   ├── SellerController.java
│   │   │   │   ├── testController.java
│   │   │   │   └── UserController.java
│   │   │   ├── filter
│   │   │   │   ├── IsLoginFilter.java
│   │   │   │   ├── MobileAdminIsLoginFilter.java
│   │   │   │   ├── MobileIsLoginFilter.java
│   │   │   │   ├── SignFilter.java
│   │   │   │   └── XssFilter.java
│   │   │   ├── manager
│   │   │   │   ├── BasePathFactory.java
│   │   │   │   └── PropertyFactory.java
│   │   │   ├── mapper
│   │   │   │   ├── AffairMapper.java
│   │   │   │   ├── CampusMapper.java
│   │   │   │   ├── CartMapper.java
│   │   │   │   ├── ConsumeMapper.java
│   │   │   │   ├── FoodCategoryMapper.java
│   │   │   │   ├── FoodDetailMapper.java
│   │   │   │   ├── FoodMapper.java
│   │   │   │   ├── ItemsMapper.java
│   │   │   │   ├── NewGoodsMapper.java
│   │   │   │   ├── OrderMapper.java
│   │   │   │   ├── PageSlideMapper.java
│   │   │   │   ├── PurchaseMapper.java
│   │   │   │   ├── SellerMapper.java
│   │   │   │   ├── UsersGroupMapper.java
│   │   │   │   ├── UsersMapper.java
│   │   │   │   └── WxInfoMapper.java
│   │   │   ├── mapping
│   │   │   │   ├── AffairMapper.xml
│   │   │   │   ├── CampusMapper.xml
│   │   │   │   ├── CartMapper.xml
│   │   │   │   ├── ConsumeMapper.xml
│   │   │   │   ├── FoodCategoryMapper.xml
│   │   │   │   ├── FoodDetailMapper.xml
│   │   │   │   ├── FoodMapper.xml
│   │   │   │   ├── ItemsMapper.xml
│   │   │   │   ├── NewGoodsMapper.xml
│   │   │   │   ├── OrderMapper.xml
│   │   │   │   ├── PageSlideMapper.xml
│   │   │   │   ├── PurchaseMapper.xml
│   │   │   │   ├── SellerMapper.xml
│   │   │   │   ├── UsersGroupMapper.xml
│   │   │   │   ├── UsersMapper.xml
│   │   │   │   └── WxInfoMapper.xml
│   │   │   ├── model
│   │   │   │   ├── Affair.java
│   │   │   │   ├── CampusAdmin.java
│   │   │   │   ├── Campus.java
│   │   │   │   ├── Consume.java
│   │   │   │   ├── FoodCategory.java
│   │   │   │   ├── FoodDetail.java
│   │   │   │   ├── Food.java
│   │   │   │   ├── Items.java
│   │   │   │   ├── NewGoods.java
│   │   │   │   ├── Order.java
│   │   │   │   ├── Purchase.java
│   │   │   │   ├── Sellers.java
│   │   │   │   ├── SNSUserInfo.java
│   │   │   │   ├── UsersGroup.java
│   │   │   │   ├── Users.java
│   │   │   │   └── WxInfo.java
│   │   │   ├── redis
│   │   │   │   ├── Orders.java
│   │   │   │   └── RedisDao.java
│   │   │   ├── service
│   │   │   │   ├── AffairService.java
│   │   │   │   ├── CampusService.java
│   │   │   │   ├── CartService.java
│   │   │   │   ├── ConsumeService.java
│   │   │   │   ├── FoodService.java
│   │   │   │   ├── ItemsService.java
│   │   │   │   ├── NewGoodsService.java
│   │   │   │   ├── OrdersService.java
│   │   │   │   ├── PageSlideService.java
│   │   │   │   ├── PurchaseService.java
│   │   │   │   ├── SellerService.java
│   │   │   │   ├── UserService.java
│   │   │   │   ├── UsersGroupService.java
│   │   │   │   └── WxInfoService.java
│   │   │   ├── serviceImpl
│   │   │   │   ├── AffairServiceImpl.java
│   │   │   │   ├── CampusServiceImpl.java
│   │   │   │   ├── CartServiceImpl.java
│   │   │   │   ├── ConsumeServiceImpl.java
│   │   │   │   ├── FoodServiceImpl.java
│   │   │   │   ├── ItemsServiceImpl.java
│   │   │   │   ├── NewGoodsServiceImpl.java
│   │   │   │   ├── OrdersServiceImpl.java
│   │   │   │   ├── PageSlideServiceImpl.java
│   │   │   │   ├── PurchaseServiceImpl.java
│   │   │   │   ├── SellerServiceImpl.java
│   │   │   │   ├── UserServiceImpl.java
│   │   │   │   ├── UsersGroupServiceImpl.java
│   │   │   │   └── WxInfoServiceImpl.java
│   │   │   └── tools
│   │   │   ├── AdvancedUtil.java
│   │   │   ├── CommonUtil.java
│   │   │   ├── Constants.java
│   │   │   ├── Curl.java
│   │   │   ├── ManageMessage.java
│   │   │   ├── Md5.java
│   │   │   ├── MyX509TrustManager.java
│   │   │   ├── PKCS7Encoder.java
│   │   │   ├── Sign.java
│   │   │   ├── verifycode
│   │   │   │   ├── Captcha.java
│   │   │   │   ├── Encoder.java
│   │   │   │   ├── GifCaptcha.java
│   │   │   │   ├── GifEncoder.java
│   │   │   │   ├── Quant.java
│   │   │   │   ├── Randoms.java
│   │   │   │   └── SpecCaptcha.java
│   │   │   ├── WXBizDataCrypt.java
│   │   │   └── XssHttpServletRequestWraper.java
│   │   ├── resources
│   │   │   ├── ActiveMQ.xml
│   │   │   ├── applicationContext-mybatis.xml
│   │   │   ├── config.out.xml
│   │   │   ├── config.properties
│   │   │   ├── config.xml
│   │   │   ├── log4j.properties
│   │   │   ├── mbgConfiguration.xml
│   │   │   ├── redis.properties
│   │   │   ├── spring-mvc.xml
│   │   │   ├── spring-mybatis.xml
│   │   │   ├── spring-redis.xml
│   │   │   └── spring.xml
│   │   └── webapp
│   │   ├── admin
│   │   │   └── index.html
│   │   ├── admin.html
│   │   ├── assets
│   │   │   ├── bootstrap
│   │   │   │   ├── css
│   │   │   │   │   ├── bootstrap.css
│   │   │   │   │   ├── bootstrap.css.map
│   │   │   │   │   ├── bootstrap.min.css
│   │   │   │   │   ├── bootstrap-theme.css
│   │   │   │   │   ├── bootstrap-theme.css.map
│   │   │   │   │   └── bootstrap-theme.min.css
│   │   │   │   ├── fonts
│   │   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   │   └── glyphicons-halflings-regular.woff
│   │   │   │   └── js
│   │   │   │   ├── bootstrap.js
│   │   │   │   ├── bootstrap.min.js
│   │   │   │   └── npm.js
│   │   │   ├── bootstrap-table
│   │   │   │   ├── bootstrap-editable.css
│   │   │   │   ├── bootstrap-editable.js
│   │   │   │   ├── bootstrap.min.css
│   │   │   │   ├── bootstrap.min.js
│   │   │   │   ├── bootstrap-table.css
│   │   │   │   ├── bootstrap-table-editable.js
│   │   │   │   ├── bootstrap-table-export.js
│   │   │   │   ├── bootstrap-table.js
│   │   │   │   ├── jquery.min.js
│   │   │   │   ├── jquery.validate.js
│   │   │   │   ├── messages_cn.js
│   │   │   │   └── tableExport.js
│   │   │   ├── css
│   │   │   │   ├── docs.min.css
│   │   │   │   ├── sidenav.css
│   │   │   │   └── style.css
│   │   │   ├── flash
│   │   │   │   └── ZeroClipboard.swf
│   │   │   ├── fonts
│   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   └── glyphicons-halflings-regular.woff
│   │   │   └── js
│   │   │   ├── common.js
│   │   │   ├── customize.min.js
│   │   │   ├── docs.min.js
│   │   │   ├── ie10-viewport-bug-workaround.js
│   │   │   ├── ie8-responsive-file-warning.js
│   │   │   ├── ie-emulation-modes-warning.js
│   │   │   ├── jquery.min.js
│   │   │   └── sidenav.js
│   │   ├── bootstrap
│   │   │   ├── css
│   │   │   │   ├── bootstrap.css
│   │   │   │   ├── bootstrap.css.map
│   │   │   │   ├── bootstrap-datetimepicker.min.css
│   │   │   │   ├── bootstrap.min.css
│   │   │   │   ├── bootstrap-theme.css
│   │   │   │   ├── bootstrap-theme.css.map
│   │   │   │   └── bootstrap-theme.min.css
│   │   │   ├── fonts
│   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   └── glyphicons-halflings-regular.woff
│   │   │   └── js
│   │   │   ├── bootstrap-datetimepicker.js
│   │   │   ├── bootstrap-datetimepicker.zh-CN.js
│   │   │   ├── bootstrap.js
│   │   │   ├── bootstrap.min.js
│   │   │   └── npm.js
│   │   ├── css
│   │   │   ├── bootstrap2.min.css
│   │   │   ├── bootstrap-datepicker3.css
│   │   │   ├── bootstrap-datepicker3.standalone.css
│   │   │   ├── bootstrap-editable.css
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap-switch.css
│   │   │   ├── bootstrap-table.min.css
│   │   │   ├── docs.min.css
│   │   │   ├── mainstyle.css
│   │   │   ├── order.css
│   │   │   ├── push_style.css
│   │   │   ├── sidenav.css
│   │   │   ├── style.css
│   │   │   └── templetcss
│   │   │   ├── 8228c60804c6353c4543cc27c228ea3a.css
│   │   │   ├── 9c65b294425a65d4a243bf975bb468c7.css
│   │   │   ├── detail.css
│   │   │   ├── other.css
│   │   │   └── weui.min.css
│   │   ├── date
│   │   │   ├── css
│   │   │   │   └── pikaday.css
│   │   │   └── js
│   │   │   └── pikaday.min.js
│   │   ├── error
│   │   │   ├── css
│   │   │   │   ├── 404_s-divider.jpg
│   │   │   │   ├── 404_search.png
│   │   │   │   ├── bg_noise.jpg
│   │   │   │   ├── main.css
│   │   │   │   ├── main.css.bak
│   │   │   │   ├── texgyreschola-bold-webfont.ttf
│   │   │   │   └── texgyreschola-regular-webfont.woff
│   │   │   ├── updateFoodPrice.html
│   │   │   ├── updateFoods.html
│   │   │   └── updateFoodTime.html
│   │   ├── fonts
│   │   │   ├── OpenSans-Light-webfont.ttf
│   │   │   └── OpenSans-Regular-webfont.ttf
│   │   ├── img
│   │   │   ├── add.jpg
│   │   │   ├── colbg.jpg
│   │   │   ├── delete.jpg
│   │   │   ├── detail2.jpg
│   │   │   ├── detail.jpg
│   │   │   ├── end.jpg
│   │   │   ├── glyphicons-halflings.png
│   │   │   ├── glyphicons-halflings-white.png
│   │   │   ├── go.jpg
│   │   │   ├── icon.png
│   │   │   ├── mobileError.jpg
│   │   │   ├── mobileRight.jpg
│   │   │   ├── MQr.jpg
│   │   │   ├── out.jpg
│   │   │   ├── QR.jpg
│   │   │   ├── refund.jpg
│   │   │   ├── right.jpg
│   │   │   ├── start.jpg
│   │   │   └── wrong.jpg
│   │   ├── js
│   │   │   ├── bootstrap-datepicker.js
│   │   │   ├── bootstrap-datepicker.zh-CN.min.js
│   │   │   ├── bootstrap-editable.js
│   │   │   ├── bootstrap.min.js
│   │   │   ├── bootstrap-switch.js
│   │   │   ├── bootstrap-table-editable.js
│   │   │   ├── bootstrap-table-editable.min.js
│   │   │   ├── bootstrap-table-export.js
│   │   │   ├── bootstrap-table-export.min.js
│   │   │   ├── bootstrap-table.min.js
│   │   │   ├── bootstrap-table-zh-CN.min.js
│   │   │   ├── comet4j.js
│   │   │   ├── common.js
│   │   │   ├── customize.min.js
│   │   │   ├── docs.min.js
│   │   │   ├── flotr2.min.js
│   │   │   ├── ga.js
│   │   │   ├── highcharts.js
│   │   │   ├── ie10-viewport-bug-workaround.js
│   │   │   ├── ie8-responsive-file-warning.js
│   │   │   ├── ie-emulation-modes-warning.js
│   │   │   ├── jquery-1.7.2.min.js
│   │   │   ├── jquery.cookie.js
│   │   │   ├── jquery.js
│   │   │   ├── jQuery.md5.js
│   │   │   ├── jquery.min.js
│   │   │   ├── jquery.validate.min.js
│   │   │   ├── main.js
│   │   │   ├── sidenav.js
│   │   │   ├── sign.js
│   │   │   ├── tableExport.js
│   │   │   └── util.js
│   │   ├── kidding.html
│   │   ├── laughing.png
│   │   ├── laydate
│   │   │   ├── laydate.js
│   │   │   ├── need
│   │   │   │   └── laydate.css
│   │   │   └── skins
│   │   │   ├── dahong
│   │   │   │   ├── icon.png
│   │   │   │   └── laydate.css
│   │   │   ├── default
│   │   │   │   ├── icon.png
│   │   │   │   └── laydate.css
│   │   │   └── molv
│   │   │   ├── icon.png
│   │   │   └── laydate.css
│   │   ├── login.html
│   │   ├── mobile
│   │   │   ├── admin
│   │   │   │   ├── admin.js
│   │   │   │   ├── assets
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── reset.css
│   │   │   │   │   │   └── style.css
│   │   │   │   │   ├── img
│   │   │   │   │   │   └── progress.gif
│   │   │   │   │   └── js
│   │   │   │   │   ├── jquery-1.8.2.min.js
│   │   │   │   │   ├── supersized.3.2.7.min.js
│   │   │   │   │   └── supersized-init.js
│   │   │   │   ├── index.html
│   │   │   │   ├── login.html
│   │   │   │   ├── orders.html
│   │   │   │   └── stratum.html
│   │   │   ├── claim.html
│   │   │   ├── getUserInfo.html
│   │   │   ├── home.html
│   │   │   └── pay.html
│   │   ├── mobileJs
│   │   │   ├── claim.js
│   │   │   ├── getUserInfo.js
│   │   │   ├── home.js
│   │   │   └── pay.js
│   │   ├── MyHtml.html
│   │   ├── pages
│   │   │   ├── business.html
│   │   │   ├── fooddetail.html
│   │   │   ├── food.html
│   │   │   ├── js
│   │   │   │   └── admin.js
│   │   │   ├── NewFile.html
│   │   │   ├── ordersDetail.html
│   │   │   ├── orders.html
│   │   │   ├── pageGroom.html
│   │   │   ├── pageSlide.html
│   │   │   ├── pageSpecial.html
│   │   │   ├── setting.html
│   │   │   ├── uploadError.html
│   │   │   ├── userAnalyse.html
│   │   │   ├── userGroup.html
│   │   │   └── user.html
│   │   ├── register
│   │   │   ├── banner.jpg
│   │   │   ├── input.png
│   │   │   ├── register.js
│   │   │   ├── right.jpg
│   │   │   ├── style.css
│   │   │   └── wrong.jpg
│   │   ├── register.html
│   │   ├── sweetalert
│   │   │   ├── images
│   │   │   │   └── thumbs-up.jpg
│   │   │   ├── index.html
│   │   │   ├── sweetalert.css
│   │   │   └── sweetalert.min.js
│   │   ├── test
│   │   │   ├── aaa.jsp
│   │   │   ├── abc.jsp
│   │   │   ├── affair.html
│   │   │   ├── a.html
│   │   │   ├── bbb.html
│   │   │   ├── coment2.jsp
│   │   │   ├── coment3.jsp
│   │   │   ├── coment4.jsp
│   │   │   ├── example.css
│   │   │   ├── example.js
│   │   │   ├── getkey.html
│   │   │   ├── getLogin.html
│   │   │   ├── images
│   │   │   │   ├── icon_nav_actionSheet.png
│   │   │   │   ├── icon_nav_article.png
│   │   │   │   ├── icon_nav_button.png
│   │   │   │   ├── icon_nav_cell.png
│   │   │   │   ├── icon_nav_dialog.png
│   │   │   │   ├── icon_nav_icons.png
│   │   │   │   ├── icon_nav_msg.png
│   │   │   │   ├── icon_nav_panel.png
│   │   │   │   ├── icon_nav_progress.png
│   │   │   │   ├── icon_nav_search_bar.png
│   │   │   │   ├── icon_nav_tab.png
│   │   │   │   ├── icon_nav_toast.png
│   │   │   │   ├── pic_article_1.jpg
│   │   │   │   ├── pic_article_2.jpg
│   │   │   │   ├── pic_article.png
│   │   │   │   └── vcode.jpg
│   │   │   ├── index2.html
│   │   │   ├── index.html
│   │   │   ├── oauth2.html
│   │   │   ├── oauth.html
│   │   │   ├── router.min.js
│   │   │   ├── set.html
│   │   │   ├── temlet.js
│   │   │   ├── userinfo.html
│   │   │   └── zepto.min.js
│   │   ├── test.html
│   │   ├── tpjs
│   │   │   ├── pageHomeUser.js
│   │   │   ├── purchase.js
│   │   │   └── userInfo.js
│   │   ├── WEB-INF
│   │   │   ├── libs
│   │   │   │   ├── commons-codec-1.10.jar
│   │   │   │   └── pingpp-java-2.0.10.jar
│   │   │   └── web.xml
│   │   └── weixinUI
│   │   ├── example.css
│   │   ├── example.js
│   │   ├── images
│   │   │   ├── icon_nav_actionSheet.png
│   │   │   ├── icon_nav_article.png
│   │   │   ├── icon_nav_button.png
│   │   │   ├── icon_nav_cell.png
│   │   │   ├── icon_nav_dialog.png
│   │   │   ├── icon_nav_icons.png
│   │   │   ├── icon_nav_msg.png
│   │   │   ├── icon_nav_panel.png
│   │   │   ├── icon_nav_progress.png
│   │   │   ├── icon_nav_search_bar.png
│   │   │   ├── icon_nav_tab.png
│   │   │   ├── icon_nav_toast.png
│   │   │   ├── pic_article_1.jpg
│   │   │   ├── pic_article_2.jpg
│   │   │   ├── pic_article.png
│   │   │   └── vcode.jpg
│   │   ├── index.html
│   │   ├── router.min.js
│   │   ├── style
│   │   │   ├── weui.css
│   │   │   └── weui.min.css
│   │   └── zepto.min.js
│   └── test
│   ├── JSONtoObj.java
│   └── xProgram
│   ├── MybatisConn.java
│   └── Mybatis.java
├── target
│   ├── classes
│   │   ├── applicationContext-mybatis.xml
│   │   ├── com
│   │   │   └── xProgram
│   │   │   ├── inswept
│   │   │   │   └── controller
│   │   │   │   ├── addressController.class
│   │   │   │   ├── cartController.class
│   │   │   │   ├── indexController.class
│   │   │   │   ├── listController.class
│   │   │   │   ├── mineController.class
│   │   │   │   ├── orderController.class
│   │   │   │   └── userInfoController.class
│   │   │   └── manage
│   │   │   ├── controller
│   │   │   │   ├── FoodController.class
│   │   │   │   ├── OrdersController.class
│   │   │   │   ├── RegisterController.class
│   │   │   │   ├── SellerController.class
│   │   │   │   ├── testController.class
│   │   │   │   └── UserController.class
│   │   │   ├── filter
│   │   │   │   ├── IsLoginFilter.class
│   │   │   │   ├── MobileAdminIsLoginFilter.class
│   │   │   │   ├── MobileIsLoginFilter.class
│   │   │   │   ├── SignFilter.class
│   │   │   │   └── XssFilter.class
│   │   │   ├── manager
│   │   │   │   ├── BasePathFactory.class
│   │   │   │   └── PropertyFactory.class
│   │   │   ├── mapper
│   │   │   │   ├── AffairMapper.class
│   │   │   │   ├── CampusMapper.class
│   │   │   │   ├── CartMapper.class
│   │   │   │   ├── ConsumeMapper.class
│   │   │   │   ├── FoodCategoryMapper.class
│   │   │   │   ├── FoodDetailMapper.class
│   │   │   │   ├── FoodMapper.class
│   │   │   │   ├── ItemsMapper.class
│   │   │   │   ├── NewGoodsMapper.class
│   │   │   │   ├── OrderMapper.class
│   │   │   │   ├── PageSlideMapper.class
│   │   │   │   ├── PurchaseMapper.class
│   │   │   │   ├── SellerMapper.class
│   │   │   │   ├── UsersMapper.class
│   │   │   │   └── WxInfoMapper.class
│   │   │   ├── mapping
│   │   │   │   ├── AffairMapper.xml
│   │   │   │   ├── CampusMapper.xml
│   │   │   │   ├── CartMapper.xml
│   │   │   │   ├── ConsumeMapper.xml
│   │   │   │   ├── FoodCategoryMapper.xml
│   │   │   │   ├── FoodDetailMapper.xml
│   │   │   │   ├── FoodMapper.xml
│   │   │   │   ├── ItemsMapper.xml
│   │   │   │   ├── NewGoodsMapper.xml
│   │   │   │   ├── OrderMapper.xml
│   │   │   │   ├── PageSlideMapper.xml
│   │   │   │   ├── PurchaseMapper.xml
│   │   │   │   ├── SellerMapper.xml
│   │   │   │   ├── UsersMapper.xml
│   │   │   │   └── WxInfoMapper.xml
│   │   │   ├── model
│   │   │   │   ├── Affair.class
│   │   │   │   ├── CampusAdmin.class
│   │   │   │   ├── Campus.class
│   │   │   │   ├── Consume.class
│   │   │   │   ├── FoodCategory.class
│   │   │   │   ├── Food.class
│   │   │   │   ├── FoodDetail.class
│   │   │   │   ├── Items.class
│   │   │   │   ├── NewGoods.class
│   │   │   │   ├── Order.class
│   │   │   │   ├── Purchase.class
│   │   │   │   ├── Sellers.class
│   │   │   │   ├── SNSUserInfo.class
│   │   │   │   ├── Users.class
│   │   │   │   └── WxInfo.class
│   │   │   ├── service
│   │   │   │   ├── AffairService.class
│   │   │   │   ├── CampusService.class
│   │   │   │   ├── CartService.class
│   │   │   │   ├── ConsumeService.class
│   │   │   │   ├── FoodService.class
│   │   │   │   ├── ItemsService.class
│   │   │   │   ├── NewGoodsService.class
│   │   │   │   ├── OrdersService.class
│   │   │   │   ├── PageSlideService.class
│   │   │   │   ├── PurchaseService.class
│   │   │   │   ├── SellerService.class
│   │   │   │   ├── UserService.class
│   │   │   │   └── WxInfoService.class
│   │   │   ├── serviceImpl
│   │   │   │   ├── AffairServiceImpl.class
│   │   │   │   ├── CampusServiceImpl.class
│   │   │   │   ├── CartServiceImpl.class
│   │   │   │   ├── ConsumeServiceImpl.class
│   │   │   │   ├── FoodServiceImpl.class
│   │   │   │   ├── ItemsServiceImpl.class
│   │   │   │   ├── NewGoodsServiceImpl.class
│   │   │   │   ├── OrdersServiceImpl.class
│   │   │   │   ├── PageSlideServiceImpl.class
│   │   │   │   ├── PurchaseServiceImpl.class
│   │   │   │   ├── SellerServiceImpl.class
│   │   │   │   ├── UserServiceImpl.class
│   │   │   │   └── WxInfoServiceImpl.class
│   │   │   └── tools
│   │   │   ├── AdvancedUtil.class
│   │   │   ├── CommonUtil.class
│   │   │   ├── Constants.class
│   │   │   ├── Curl.class
│   │   │   ├── ManageMessage.class
│   │   │   ├── Md5.class
│   │   │   ├── MyX509TrustManager.class
│   │   │   ├── PKCS7Encoder.class
│   │   │   ├── Sign.class
│   │   │   ├── verifycode
│   │   │   │   ├── Captcha.class
│   │   │   │   ├── Encoder.class
│   │   │   │   ├── GifCaptcha.class
│   │   │   │   ├── GifEncoder.class
│   │   │   │   ├── Quant.class
│   │   │   │   ├── Randoms.class
│   │   │   │   └── SpecCaptcha.class
│   │   │   ├── WXBizDataCrypt.class
│   │   │   └── XssHttpServletRequestWraper.class
│   │   ├── config.out.xml
│   │   ├── config.properties
│   │   ├── config.xml
│   │   ├── JSONtoObj.class
│   │   ├── log4j.properties
│   │   ├── spring-mvc.xml
│   │   ├── spring-mybatis.xml
│   │   ├── spring.xml
│   │   ├── Userd.class
│   │   └── xProgram
│   │   ├── Mybatis.class
│   │   └── MybatisConn.class
│   └── m2e-wtp
│   └── web-resources
│   └── META-INF
│   ├── MANIFEST.MF
│   └── maven
│   └── com.xProgram
│   └── xProgram
│   ├── pom.properties
│   └── pom.xml
├── wechat-master
│   ├── app.js
│   ├── app.json
│   ├── app.wxss
│   ├── images
│   │   └── icons
│   │   ├── 55ee55919eee8.png
│   │   ├── 55ee55b6573cf.jpg
│   │   ├── 583e83a337387.jpg
│   │   ├── 583e83bbb5d2b.jpg
│   │   ├── 583e83ee7612f.jpg
│   │   ├── 583e83f97e2d3.jpg
│   │   ├── btn-tabs_01.png
│   │   ├── btn-tabs_03.png
│   │   ├── btn-tabs_05.png
│   │   ├── btn-tabs_06.png
│   │   ├── btn-tabs_07.png
│   │   ├── btn-tabs_08.png
│   │   ├── btn-tabs_09.png
│   │   ├── btn-tabs_10.png
│   │   ├── iconfont-addr-default.png
│   │   ├── iconfont-edit.png
│   │   ├── iconfont-plus-circle.png
│   │   ├── iocn_home_01.png
│   │   ├── iocn_home_02.png
│   │   ├── iocn_home_03.png
│   │   └── iocn_home_04.png
│   ├── jsconfig.json
│   ├── pages
│   │   └── yiguo
│   │   ├── address
│   │   │   ├── index.js
│   │   │   ├── index.json
│   │   │   ├── index.wxml
│   │   │   └── index.wxss
│   │   ├── address-add
│   │   │   ├── index.js
│   │   │   ├── index.json
│   │   │   └── index.wxml
│   │   ├── address-edit
│   │   │   ├── index.js
│   │   │   ├── index.json
│   │   │   └── index.wxml
│   │   ├── cart
│   │   │   ├── cart.js
│   │   │   ├── cart.json
│   │   │   ├── cart.wxml
│   │   │   └── cart.wxss
│   │   ├── detail
│   │   │   ├── detail.js
│   │   │   ├── detail.json
│   │   │   ├── detail.wxml
│   │   │   └── detail.wxss
│   │   ├── index
│   │   │   ├── index.js
│   │   │   ├── index.json
│   │   │   ├── index.wxml
│   │   │   └── index.wxss
│   │   ├── list
│   │   │   ├── list.js
│   │   │   ├── list.json
│   │   │   ├── list.wxml
│   │   │   └── list.wxss
│   │   ├── list0
│   │   │   ├── list0.js
│   │   │   ├── list0.json
│   │   │   ├── list0.wxml
│   │   │   └── list0.wxss
│   │   ├── list1
│   │   │   ├── list1.js
│   │   │   ├── list1.json
│   │   │   ├── list1.wxml
│   │   │   └── list1.wxss
│   │   ├── list2
│   │   │   ├── list2.js
│   │   │   ├── list2.json
│   │   │   ├── list2.wxml
│   │   │   └── list2.wxss
│   │   ├── list3
│   │   │   ├── list3.js
│   │   │   ├── list3.json
│   │   │   ├── list3.wxml
│   │   │   └── list3.wxss
│   │   ├── mine
│   │   │   ├── mine.js
│   │   │   ├── mine.json
│   │   │   ├── mine.wxml
│   │   │   └── mine.wxss
│   │   ├── order
│   │   │   ├── index.js
│   │   │   ├── index.json
│   │   │   ├── index.wxml
│   │   │   └── index.wxss
│   │   ├── order-confirm
│   │   │   ├── index.js
│   │   │   ├── index.json
│   │   │   ├── index.wxml
│   │   │   └── index.wxss
│   │   └── order-detail
│   │   ├── index.js
│   │   ├── index.json
│   │   ├── index.wxml
│   │   └── index.wxss
│   ├── README.md
│   ├── styles
│   │   ├── base
│   │   │   ├── fn.wxss
│   │   │   ├── mixin
│   │   │   │   ├── setArrow.wxss
│   │   │   │   ├── setOnepx.wxss
│   │   │   │   └── text.wxss
│   │   │   ├── reset.wxss
│   │   │   └── variable
│   │   │   ├── color.wxss
│   │   │   ├── global.wxss
│   │   │   ├── weui-button.wxss
│   │   │   ├── weui-cell.wxss
│   │   │   ├── weui-dialog.wxss
│   │   │   ├── weui-grid.wxss
│   │   │   ├── weui-msg.wxss
│   │   │   └── weui-progress.wxss
│   │   ├── skyvow.wxss
│   │   ├── weui.wxss
│   │   └── widget
│   │   ├── weui-agree
│   │   │   └── weui-agree.wxss
│   │   ├── weui-animate
│   │   │   └── weui-animate.wxss
│   │   ├── weui-button
│   │   │   └── weui-button.wxss
│   │   ├── weui-cell
│   │   │   ├── weui-access.wxss
│   │   │   ├── weui-cell.wxss
│   │   │   ├── weui-check.wxss
│   │   │   ├── weui-form
│   │   │   │   ├── weui-form_common.wxss
│   │   │   │   ├── weui-form-preview.wxss
│   │   │   │   ├── weui-select.wxss
│   │   │   │   └── weui-vcode.wxss
│   │   │   ├── weui-form.wxss
│   │   │   ├── weui-switch.wxss
│   │   │   └── weui-uploader.wxss
│   │   ├── weui-flex
│   │   │   └── weui-flex.wxss
│   │   ├── weui-footer
│   │   │   └── weui-footer.wxss
│   │   ├── weui-grid
│   │   │   └── weui-grid.wxss
│   │   ├── weui-loading
│   │   │   └── weui-loading.wxss
│   │   ├── weui-media-box
│   │   │   └── weui-media-box.wxss
│   │   ├── weui-page
│   │   │   ├── weui-article.wxss
│   │   │   └── weui-msg.wxss
│   │   ├── weui-panel
│   │   │   └── weui-panel.wxss
│   │   ├── weui-progress
│   │   │   └── weui-progress.wxss
│   │   ├── weui-searchbar
│   │   │   └── weui-searchbar.wxss
│   │   ├── weui-tab
│   │   │   ├── weui-navbar.wxss
│   │   │   └── weui-tab.wxss
│   │   └── weui-tips
│   │   └── weui-loadmore.wxss
│   ├── template
│   │   └── signin.wxml
│   ├── typings
│   │   └── weapp.d.ts
│   └── utils
│   └── util.js
├── xProgram.sql
└── xProgram.war

164 directories, 784 files

标签:

实例下载地址

java获取微信小程序openid

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警