package com.qunar.fintech.contract.service;

import com.qunar.fintech.nemo.api.dto.response.CardQueryRes;

/**
 * @author : baron.jiang
 * Created on 18/1/22
 */
public interface CardQueryService {

    /**
     * 查询用户卡信息
     *
     * @param platId
     */
    CardQueryRes queryUserCard(String platId);
}
