拓展参数字段

This commit is contained in:
李子铭 2025-03-17 11:11:57 +08:00
parent d5ffbbd7d6
commit 77ed8f70cf
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
) )
func TestGetClient(t *testing.T) { func TestGetClient(t *testing.T) {
server := &Server{ server := Server{
MchID: "1605446142", // 证书所属商户 蓝色兄弟服务商立减金配置 MchID: "1605446142", // 证书所属商户 蓝色兄弟服务商立减金配置
MchCertificateSerialNumber: "4D081089DEB385316CBDCB55C070287E4920AC76", MchCertificateSerialNumber: "4D081089DEB385316CBDCB55C070287E4920AC76",
} }