Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

提交微信支付码乘车SDK #149

Merged
merged 2 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
| transferbatch|批量转账到零钱|✔| |
| partnertransferbatch|批量转账到零钱| |✔|
| payrollcard|微工卡| |✔|
| weixinpayscanandride | 微信支付刷码乘车 |✔️|✔️|
110 changes: 110 additions & 0 deletions services/weixinpayscanandride/api_transactions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 128 additions & 0 deletions services/weixinpayscanandride/api_transactions_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

80 changes: 80 additions & 0 deletions services/weixinpayscanandride/api_user_services.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 65 additions & 0 deletions services/weixinpayscanandride/api_user_services_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading