Documentation
¶
Overview ¶
*
- Copyright 2014 @ S1N1 Team.
- name :
- author : jarryliu
- date : 2014-02-11 22:09
- description : alipay golang sdk in "github.com/ascoders/alipay"
- history :
Index ¶
- func Configure(partner, key, seller string) error
- func CreatePaymentGateWay(orderNo string, fee float32, subject string, body string, ...) string
- func CreateTradeByUser()
- func NotifyFunc(r *http.Request, sf SuccessNotifyFunc) string
- func ReturnFunc(r *http.Request, sf SuccessNotifyFunc) error
- type SuccessNotifyFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePaymentGateWay ¶
func CreatePaymentGateWay(orderNo string, fee float32, subject string, body string, returnUrl, notifyUrl string) string
生成支付宝即时到帐的表单参数 @params string 订单唯一id @params int 价格 @params int 获得代金券的数量 @params string 充值账户的名称 @params string 充值描述
func CreateTradeByUser ¶
func CreateTradeByUser()
Types ¶
Click to show internal directories.
Click to hide internal directories.