1
This commit is contained in:
@@ -37,8 +37,8 @@ const (
|
||||
AlibabaUpdateAuthentication = "alipayRealName/modifyCommit" // 阿里修改实名认证
|
||||
WeChatQueryAuthentication = "wechatRealNameQuery" // 微信实名认证结果查询
|
||||
AlibabaQueryAuthentication = "alipayRealNameQuery" // 阿里修改实名认证
|
||||
WeChatAccountStatusQuery = "alipayRealNameQuery" // 微信开户状态差取暖
|
||||
AlibabaAccountStatusQuery = "alipayRealNameQuery" // 阿里开户状态查询
|
||||
WeChatAccountStatusQuery = "sme/mrchAuthStateQuery" // 微信开户状态差取暖
|
||||
AlibabaAccountStatusQuery = "sme/alipayRealNameQuery" // 阿里开户状态查询
|
||||
SubMerchantQuery = "querySubMerInfo" // 报备查询
|
||||
)
|
||||
|
||||
|
||||
@@ -77,3 +77,7 @@ func TestSaveAuthentication(t *testing.T) {
|
||||
}
|
||||
api.SaveAuthentication(param, "WXPAY")
|
||||
}
|
||||
|
||||
func TestAccountStatusQuery(t *testing.T) {
|
||||
api.AccountStatusQuery("WECHAT", "793879932", "822651059990E2S")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user