正式版微信
This commit is contained in:
parent
5ea6913278
commit
91f7e950ee
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html ng-app="wechat">
|
<html ng-app="wechat">
|
||||||
<head>
|
<head>
|
||||||
<title>最新动态</title>
|
<title>我的动态</title>
|
||||||
<meta charset='utf-8' />
|
<meta charset='utf-8' />
|
||||||
<meta name="keywords" content="" />
|
<meta name="keywords" content="" />
|
||||||
<meta name="description" content="" />
|
<meta name="description" content="" />
|
||||||
|
|
|
@ -2,7 +2,7 @@ button:
|
||||||
-
|
-
|
||||||
type: "view"
|
type: "view"
|
||||||
name: "我的动态"
|
name: "我的动态"
|
||||||
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc09454f171153c2d&redirect_uri=https://test.course.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=123#wechat_redirect"
|
url: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8e1ab05163a28e37&redirect_uri=https://www.trustie.net/wechat/user_activities&response_type=code&scope=snsapi_base&state=123#wechat_redirect"
|
||||||
-
|
-
|
||||||
type: "click"
|
type: "click"
|
||||||
name: "意见反馈"
|
name: "意见反馈"
|
||||||
|
@ -13,8 +13,8 @@ button:
|
||||||
-
|
-
|
||||||
type: "view"
|
type: "view"
|
||||||
name: "进入网站"
|
name: "进入网站"
|
||||||
url: "https://test.course.trustie.net/"
|
url: "https://www.trustie.net/"
|
||||||
-
|
-
|
||||||
type: "view"
|
type: "view"
|
||||||
name: "使用手册"
|
name: "使用手册"
|
||||||
url: "https://test.course.trustie.net/organizations/1/downloads"
|
url: "https://www.trustie.net/organizations/1/downloads"
|
|
@ -3,19 +3,19 @@ default: &default
|
||||||
# corpsecret: "corpsecret"
|
# corpsecret: "corpsecret"
|
||||||
# agentid: 1
|
# agentid: 1
|
||||||
# Or if using public account, only need above two line
|
# Or if using public account, only need above two line
|
||||||
appid: "wxc09454f171153c2d"
|
appid: "wx8e1ab05163a28e37"
|
||||||
secret: "dff5b606e34dcafe24163ec82c2715f8"
|
secret: "beb4d3bc4b32b3557811680835357841"
|
||||||
token: "123456"
|
token: "123456"
|
||||||
access_token: "1234567"
|
access_token: "1234567"
|
||||||
encrypt_mode: false # if true must fill encoding_aes_key
|
encrypt_mode: false # if true must fill encoding_aes_key
|
||||||
encoding_aes_key: "QyocNOkRmrT5HzBpCG54EVPUQjk86nJapXNVDQm6Yy6"
|
encoding_aes_key: "QGfP13YP4BbQGkkrlYuxpn4ZIDXpBJww4fxl8CObvNw"
|
||||||
jsapi_ticket: "C:/Users/[user_name]/wechat_jsapi_ticket"
|
jsapi_ticket: "C:/Users/[user_name]/wechat_jsapi_ticket"
|
||||||
|
|
||||||
#template
|
#template
|
||||||
binding_succ_notice: "n4KLwcWNrIMYkKxWL2hUwzunm5RTT54EbWem2MIUapU"
|
binding_succ_notice: "jjpDrgFErnmkrE9tf2M3o0t31ZrJ7mr0YtuE_wyLaMc"
|
||||||
journal_notice: "XpHHYkqSGkwuF9vHthRdmPQLvCFRQ4_NbRBP12T7ciE"
|
journal_notice: "uC1zAw4F2q6HTA3Pcj8VUO6wKKKiYFwnPJB4iXxpdoM"
|
||||||
homework_message_notice: "Kom0TsYYKsNKCS6luweYVRo9z-mH0wRPr24b1clGCPQ"
|
homework_message_notice: "tCf7teCVqc2vl2LZ_hppIdWmpg8yLcrI8XifxYePjps"
|
||||||
class_notice: "8LVu33l6bP-56SDomVgHn-yJc57YpCwwJ81rAJgRONk"
|
class_notice: "MQ_mFupbXP-9jWbeHT3C5xqNBvPo8EIlNv4ULakSpJA"
|
||||||
|
|
||||||
production:
|
production:
|
||||||
<<: *default
|
<<: *default
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html ng-app="wechat">
|
<html ng-app="wechat">
|
||||||
<head>
|
<head>
|
||||||
<title>最新动态</title>
|
<title>我的动态</title>
|
||||||
<meta charset='utf-8' />
|
<meta charset='utf-8' />
|
||||||
<meta name="keywords" content="" />
|
<meta name="keywords" content="" />
|
||||||
<meta name="description" content="" />
|
<meta name="description" content="" />
|
||||||
|
|
Loading…
Reference in New Issue