| | |
| | | * @param uid |
| | | * @throws Exception |
| | | */ |
| | | void updateInfo(String avatar, String nickname, Integer sex, Date birthday, String email, String lastName, String firstName, Integer uid) throws Exception; |
| | | ResultUtil updateInfo(String avatar, String nickname, Integer sex, Date birthday, String email, String code, String lastName, String firstName, Integer uid, Integer language) throws Exception; |
| | | |
| | | /** |
| | | * 获取实名认证数据 |
| | |
| | | * @param id 用户id |
| | | * @param order_id 工行订单id |
| | | * @param paymentRecordId 预支付订单id |
| | | * @param type 支付类型(1=微信,2=支付宝) |
| | | * @throws Exception |
| | | */ |
| | | void payCancelUserBalance(Integer id, String order_id, Integer paymentRecordId, Integer type, Integer language) throws Exception; |
| | | void payCancelUserBalance(Integer id, String order_id, Integer paymentRecordId, Integer language) throws Exception; |
| | | |
| | | |
| | | /** |