新版本,代理功能上线
This commit is contained in:
		| @@ -40,12 +40,15 @@ type Encrypt struct { | ||||
| } | ||||
|  | ||||
| type AlipayConfig struct { | ||||
| 	AppID           string | ||||
| 	PrivateKey      string | ||||
| 	AlipayPublicKey string | ||||
| 	IsProduction    bool | ||||
| 	NotifyUrl       string | ||||
| 	ReturnURL       string | ||||
| 	AppID              string | ||||
| 	PrivateKey         string | ||||
| 	AlipayPublicKey    string | ||||
| 	AppCertPath        string // 应用公钥证书路径 | ||||
| 	AlipayCertPath     string // 支付宝公钥证书路径 | ||||
| 	AlipayRootCertPath string // 根证书路径 | ||||
| 	IsProduction       bool | ||||
| 	NotifyUrl          string | ||||
| 	ReturnURL          string | ||||
| } | ||||
| type WxpayConfig struct { | ||||
| 	AppID                      string | ||||
|   | ||||
		Reference in New Issue
	
	Block a user