1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-06 05:32:26 +08:00

add jsapi payment demo version

This commit is contained in:
Mongo
2017-10-28 00:32:08 +08:00
parent d9134ee361
commit 97752d09a6
4 changed files with 123 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ type Context struct {
AppSecret string
Token string
EncodingAESKey string
PayMchID string
PayNotifyURL string
Cache cache.Cache