| | |
| | | * @param uid |
| | | * @param callBack |
| | | */ |
| | | public void getCountMyTeam(Context mContext, String uid, final InvitepeopleContract.InvitepeopleCallBack callBack) { |
| | | public void getCountMyTeam(Context mContext, Long uid, final InvitepeopleContract.InvitepeopleCallBack callBack) { |
| | | ShoppingApi.getCountMyTeam(mContext, uid, new BasicTextHttpResponseHandler() { |
| | | @Override |
| | | public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception { |
| | |
| | | * @param uid |
| | | * @param callBack |
| | | */ |
| | | public void getRemindTeam(Context mContext, String uid, String inviteId, final InvitepeopleContract.InvitepeopleCallBack callBack) { |
| | | public void getRemindTeam(Context mContext, Long uid, String inviteId, final InvitepeopleContract.InvitepeopleCallBack callBack) { |
| | | ShoppingApi.getRemindTeam(mContext, uid, inviteId, new BasicTextHttpResponseHandler() { |
| | | @Override |
| | | public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception { |