1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 21:02:25 +08:00
Commit Graph

29 Commits

Author SHA1 Message Date
houseme
adf142dac2 feat: modify redis version to v8.11.5 (#582)
* [feature] Format the code and improve Mini Program authorization to obtain openid(miniprogram/auth/auth.go Code2Session)

* [feature] CheckEncryptedData (https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/user-info/auth.checkEncryptedData.html)

* upgrade json error

* upgrade json error

* [feature] Wallet Transfer returns the pointer object

* feat:Adaptation of new go-redis components

* improve code

* feat:upgrade golangci-lint-action version

* fix

* test ci

* fix

* test ci

* fix

* test

* improve code

* feat:GetPhoneNumber return ptr

* fix: ptr Elem() error

* improve code

* improve code

* improve code

* improve code

* upgrade go version v1.15

* improve .golangci.yml

* feat:modify redis version v8.11.5

Co-authored-by: houseme <houseme@outlook.com>
2022-07-20 11:25:15 +08:00
houseme
96c1f98944 [feature] Format the code and improve Mini Program authorization to o… (#473)
* [feature] Format the code and improve Mini Program authorization to obtain openid(miniprogram/auth/auth.go Code2Session)

* [feature] CheckEncryptedData (https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/user-info/auth.checkEncryptedData.html)

* upgrade json error

* upgrade json error

Co-authored-by: houseme <houseme@outlook.com>
2021-09-08 11:03:23 +08:00
faith
0e8fc3f88b [付款] pay.go 增加 GetTransfer 方法 (#400) 2021-05-28 09:39:32 +08:00
silenceper
7fe7e21cb2 add GetRefund (#286) 2020-06-24 17:43:35 +08:00
silenceper
b6bba6ab66 将import path改为v2 2020-05-22 14:37:58 +08:00
silenceper
15ebd71a04 规范目录 2020-01-20 13:54:04 +08:00
ciel yu
0c9dd16f1f 支付 新增 BridgeConfig 方法,可获得 prepay ID,及js支付时所需要的参数
统一下单 新增非必传参数
2019-10-14 19:35:08 +08:00
ciel yu
f68f9d6f5e 支付 新增 BridgeConfig 方法,可获得 prepay ID,及js支付时所需要的参数
统一下单 新增非必传参数
2019-10-14 19:28:28 +08:00
ciel yu
09dabb232d 支付 新增 BridgeConfig 方法,可获得 prepay ID,及js支付时所需要的参数
统一下单 新增非必传参数
2019-10-14 19:14:02 +08:00
ciel yu
3ea624f832 支付 新增 BridgeConfig 方法,可获得 prepay ID,及js支付时所需要的参数
统一下单 新增非必传参数
2019-10-14 19:08:35 +08:00
ciel yu
546dce2396 支付 新增 BridgeConfig 方法,可获得 prepay ID,及js支付时所需要的参数
统一下单 新增非必传参数
2019-10-14 18:59:42 +08:00
ciel yu
abd7f512ba 支付 新增 BridgeConfig 方法,可获得 prepay ID,及js支付时所需要的参数 2019-10-14 18:33:50 +08:00
silenceper
1a9600b49f go fmt 2019-07-15 18:25:01 +08:00
song kang
d5302dbfdc 修复统一下单接口签名问题:如果参数值为空值,则不参与签名; 2018-12-19 18:58:51 +08:00
song kang
a6b1c56c25 统一下单接口修改tradeType:可以从param中指定使用什么tradeType;方便使用者根据不同使用场景调用 2018-12-19 17:59:17 +08:00
zuomang
546ffb9155 修改统一下单接口的返回,提供全部返回,不仅仅是 prepay order 2018-11-01 14:47:26 +08:00
wenzl
ae0594cfeb fix golint 2018-02-23 16:28:56 +08:00
Mongo
f7b6cff271 change crypt method to MD5 2017-11-01 21:46:26 +08:00
Mongo
4b67aa76bb change md5 sum to HMAC-SHA256 2017-11-01 21:05:47 +08:00
Mongo
c4ba989322 openid needed when pay with JSAPI 2017-11-01 20:10:14 +08:00
Mongo
610bee53a1 fix sign parameters \n remove openid which not needed 2017-11-01 20:06:33 +08:00
Mongo
a9bfce3fbe fix signature calculate 2017-10-31 19:22:43 +08:00
Mongo
0762d6c249 fix payment params error 2017-10-31 16:51:20 +08:00
Mongo
a87ef15482 fix payment typo 2017-10-31 16:48:04 +08:00
Mongo
1d2f06365e fix payment bug 2017-10-31 16:45:59 +08:00
Mongo
d199cc947b fix parameter trade_type 2017-10-30 21:55:48 +08:00
Mongo
0db6094b24 fix bug 2017-10-30 15:28:41 +08:00
Mongo
a4a567e1d4 add H5 payment support 2017-10-29 21:01:27 +08:00
Mongo
97752d09a6 add jsapi payment demo version 2017-10-28 00:32:08 +08:00