This commit is contained in:
邹宗楠
2025-07-30 15:04:03 +08:00
parent 40c1a73751
commit 266af058d6
7 changed files with 1854 additions and 1699 deletions

View File

@@ -37,8 +37,8 @@ const (
AlibabaUpdateAuthentication = "alipayRealName/modifyCommit" // 阿里修改实名认证
WeChatQueryAuthentication = "wechatRealNameQuery" // 微信实名认证结果查询
AlibabaQueryAuthentication = "alipayRealNameQuery" // 阿里修改实名认证
WeChatAccountStatusQuery = "alipayRealNameQuery" // 微信开户状态差取暖
AlibabaAccountStatusQuery = "alipayRealNameQuery" // 阿里开户状态查询
WeChatAccountStatusQuery = "sme/mrchAuthStateQuery" // 微信开户状态差取暖
AlibabaAccountStatusQuery = "sme/alipayRealNameQuery" // 阿里开户状态查询
SubMerchantQuery = "querySubMerInfo" // 报备查询
)

View File

@@ -77,3 +77,7 @@ func TestSaveAuthentication(t *testing.T) {
}
api.SaveAuthentication(param, "WXPAY")
}
func TestAccountStatusQuery(t *testing.T) {
api.AccountStatusQuery("WECHAT", "793879932", "822651059990E2S")
}