实名认证接口
This commit is contained in:
@@ -128,3 +128,16 @@ func (r *RedisCache) Get(ctx context.Context, number string) (*ExpressRes, error
|
||||
|
||||
return &info, nil
|
||||
}
|
||||
|
||||
func TestAliCloudExpressClient_CallRealNameAuthAPI(t *testing.T) {
|
||||
s := &AliCloudExpressClient{
|
||||
AppCode: "",
|
||||
Host: "",
|
||||
}
|
||||
got, err := s.CallRealNameAuthAPI(context.Background(), "", "")
|
||||
if err != nil {
|
||||
t.Errorf("CallRealNameAuthAPI() error = %v", err)
|
||||
return
|
||||
}
|
||||
fmt.Println("=====", got)
|
||||
}
|
||||
|
Reference in New Issue
Block a user