|
|
@@ -23,7 +23,7 @@ type PuPiaoService struct { |
|
|
|
SecretKey string |
|
|
|
} |
|
|
|
|
|
|
|
const NewUrlForPrd = "https://merchant-hlg.youjiayun.com" |
|
|
|
const NewUrlForPrd = "http://merchant-hlg.youjiayun.com" |
|
|
|
const NewUrlForDev = "http://saas-merchant-test.youjiayun.com" |
|
|
|
|
|
|
|
func NewNewPuPiao(appKey, secretKey, merchantNo, agreementId string) *PuPiaoService { |
|
|
|