From 6e7e2546a28e0bf6719ffeca6f34b7a626f98f27 Mon Sep 17 00:00:00 2001 From: dengbiao Date: Tue, 6 Aug 2024 19:37:06 +0800 Subject: [PATCH] 1 --- app/lib/flexible_employment/new_pupiao.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {