主要新增了企业号的第三方应用API

This commit is contained in:
jinyu
2015-06-21 22:20:19 +08:00
parent 692a2b8129
commit dd1fcaa598
44 changed files with 850 additions and 250 deletions
@@ -17,12 +17,12 @@ public class TransferCustomerResponse implements WeixinResponse {
*/
private String kfAccount;
public String getKfAccount() {
return kfAccount;
public TransferCustomerResponse(String kfAccount) {
this.kfAccount = kfAccount;
}
public void setKfAccount(String kfAccount) {
this.kfAccount = kfAccount;
public String getKfAccount() {
return kfAccount;
}
@Override