payjs

package module
v0.0.0-...-4009942 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2021 License: MIT Imports: 5 Imported by: 0

README

PayJS Go SDK

Native 扫码支付

package main
import (
	"rinne.dev/payjs"
	"rinne.dev/payjs/native"
)
p := payjs.New(...)
req := native.CreateRequest(...)
resp, err := p.Native(req)

Documentation

Index

Constants

View Source
const BaseURL = "https://payjs.cn/api"

BaseURL API 地址

Variables

This section is empty.

Functions

This section is empty.

Types

type PayJS

type PayJS struct {
	Config  *config.Config
	Request *entity.Request
}

PayJS 实例

func New

func New(merchID, key string) *PayJS

New 新建 PayJS 实例

func (*PayJS) Native

func (p *PayJS) Native(req *native.Request) (*native.Response, error)

Native 创建扫码支付请求

func (*PayJS) Send

func (p *PayJS) Send() (*entity.Response, error)

Send 发送请求

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL