Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

top.gabin:wx-pay-profits-sharing

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

top.gabin:wx-pay-profits-sharing

>wx-pay-profits-sharing

  • 1.6.1
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

微信电商收付通工具包

官方文档地址: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/guide.shtml

一、更新说明

版本号更新内容修改者日期
1.5.0基本流程涉及接口调试通过gabin2020-04-25
1.4.0待接口调试包gabin2020-04-17
1.0.1草稿包gabin2020-04-14

二、引用

  • Apache Maven
 <dependency>
   <groupId>top.gabin</groupId>
   <artifactId>wx-pay-profits-sharing</artifactId>
   <version>1.6.1</version>
 </dependency>
  • Gradle Groovy DSL
implementation 'top.gabin:wx-pay-profits-sharing:1.6.1'
  • Gradle Kotlin DSL
implementation("top.gabin:wx-pay-profits-sharing:1.6.1")
  • Scala SBT
libraryDependencies += "top.gabin" % "wx-pay-profits-sharing" % "1.6.1"

三、主程序入口

  • 基本上通过ProfitsSharingService接口调用
  • 实现类ProfitsSharingServiceImpl
 // config包含了基本的参数配置,cacheService可用于实现获取的证书信息缓存
 // 通过重写这两个实现,可以自行定制集群或分布式的支持
 ProfitsSharingService service = new ProfitsSharingService(config, cacheService);

四、官方工具


五、附录

    wechatpay-apiv3.postman_collection_share.json
    wechapay-api3-upload-image.postman_collection_share.json

注:需要创建环境才可以正常使用,因为用到了环境变量

FAQs

Package last updated on 16 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc