url.go 206 B

123456789
  1. package unionpay
  2. const (
  3. // BaseURL 主机地址
  4. BaseURL = `https://gateway.95516.com`
  5. // ReqBackTrans 建立委托:后台交易,只有同步应答
  6. ReqBackTrans = `/gateway/api/backTransReq.do`
  7. )