Skip to content

Rellopn/yunst2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yunst2.0

通联支付 云商通2.0 golang SDK

How to use

package config

import (
	"github.com/Rellopn/yunst2"
)

func InitPay() {
	client := yunst2.NewYunClient("http://test/service/soa?", "1", "1",
		"1", "2.0", "./1.pfx", "./t.cer")
	response, mapRes, err := client.Request("MemberService", "createMember", map[string]interface{}{
		"bizUserId":  "20190515105727",
		"memberType": 2,
		"source":     2,
	})
}

About

通联支付 云商通 golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages