All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qingxun.javasdkapi.clients.interfaces.IAccountApiClient Maven / Gradle / Ivy

Go to download

openapi SDK for Java Copyright © 2023 杭州轻寻科技 All rights reserved. 版权所有 (C)杭州轻寻科技 http://open.qingxun.com

The newest version!
package com.qingxun.javasdkapi.clients.interfaces;

import com.qingxun.javasdkapi.request.GetAccountRequest;
import com.qingxun.javasdkapi.request.TextTransRequest;
import com.qingxun.javasdkapi.response.GetAccountResponse;
import com.qingxun.javasdkapi.response.TextTransResponse;

public interface IAccountApiClient {

    /**
     * 账户相关-获取账户信息接口
     */
    GetAccountResponse excute(GetAccountRequest getAccountRequest);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy