该文被密码保护。 阅读全文
posted @ 2017-09-01 17:00 baby孔祥超 阅读(4) 评论(0) 推荐(0)
摘要: public static void main(String[] args) throws UnsupportedEncodingException { /* * 获取jsapi_ticket * */ //获取access_token String accessTokenUrl = "https: 阅读全文
posted @ 2017-09-01 16:24 baby孔祥超 阅读(398) 评论(0) 推荐(0)
摘要: String accessTokenUrl = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET"; accessTokenUrl = accessTo 阅读全文
posted @ 2017-09-01 10:55 baby孔祥超 阅读(2558) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="initial-scal 阅读全文
posted @ 2017-09-01 09:20 baby孔祥超 阅读(773) 评论(0) 推荐(0)