public interface KFAccountService
| 限定符和类型 | 方法和说明 |
|---|---|
Response |
createKFAccount(Map<String,Object> kfAccount) |
Response |
deleteKFAccount(Map<String,Object> kfAccount) |
ResponseKFAccountCollection |
listKFAccount() |
Response |
sendMessage(Map<String,Object> message) |
Response |
updateKFAccount(Map<String,Object> kfAccount) |
Response |
uploadHeadImage(String kfAccount,
File image) |
Response createKFAccount(Map<String,Object> kfAccount) throws IOException
Response updateKFAccount(Map<String,Object> kfAccount) throws IOException
Response deleteKFAccount(Map<String,Object> kfAccount) throws IOException
ResponseKFAccountCollection listKFAccount() throws IOException
Response sendMessage(Map<String,Object> message) throws IOException
Copyright © 2015. All rights reserved.