diff --git a/app/lib/flexible_employment/new_pupiao.go b/app/lib/flexible_employment/new_pupiao.go index fd21402..2fb2920 100644 --- a/app/lib/flexible_employment/new_pupiao.go +++ b/app/lib/flexible_employment/new_pupiao.go @@ -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 {