| | |
| | | * @param uid |
| | | * @param callBack |
| | | */ |
| | | public void getNotReceived(Context mContext, String uid, final GoldTaskContract.GoldTaskCallBack callBack) { |
| | | public void getNotReceived(Context mContext, Long uid, final GoldTaskContract.GoldTaskCallBack callBack) { |
| | | ShoppingApi.getNotReceived(mContext, uid, new BasicTextHttpResponseHandler() { |
| | | @Override |
| | | public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception { |
| | |
| | | * @param page |
| | | * @param callBack |
| | | */ |
| | | public void getTaskList(Context mContext, String uid, int page, final GoldTaskContract.GoldTaskCallBack callBack) { |
| | | public void getTaskList(Context mContext, Long uid, int page, final GoldTaskContract.GoldTaskCallBack callBack) { |
| | | ShoppingApi.getTaskList(mContext, uid, String.valueOf(page), new BasicTextHttpResponseHandler() { |
| | | @Override |
| | | public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception { |
| | |
| | | * @param ids |
| | | * @param callBack |
| | | */ |
| | | public void getReceiveGoldCoin(Context mContext, String uid, String type, String ids, final GoldTaskContract.GoldTaskCallBack callBack) { |
| | | public void getReceiveGoldCoin(Context mContext, Long uid, String type, String ids, final GoldTaskContract.GoldTaskCallBack callBack) { |
| | | ShoppingApi.getReceiveGoldCoin(mContext, uid, type, ids, new BasicTextHttpResponseHandler() { |
| | | @Override |
| | | public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception { |