From 64f43dce439e392b45af77cda3de5c36fd69a916 Mon Sep 17 00:00:00 2001 From: dengbiao Date: Tue, 6 Aug 2024 19:36:13 +0800 Subject: [PATCH] update --- 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 1023487..fd21402 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://admin.linglong.net.cn" +const NewUrlForPrd = "https://merchant-hlg.youjiayun.com" const NewUrlForDev = "http://saas-merchant-test.youjiayun.com" func NewNewPuPiao(appKey, secretKey, merchantNo, agreementId string) *PuPiaoService {