| | |
| | | * |
| | | * @param callBack |
| | | */ |
| | | public void getSelectioStoreHouseList(Context mContext, String page, String uid, String goodsType, final SelectionStoreHouse31Contract.onStoreHouseCallBack callBack) { |
| | | public void getSelectioStoreHouseList(Context mContext, String page, Long uid, String goodsType, final SelectionStoreHouse31Contract.onStoreHouseCallBack callBack) { |
| | | ShoppingApi.getSelectioStoreHouseList(mContext, page, uid, goodsType, new BasicTextHttpResponseHandler() { |
| | | @Override |
| | | public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception { |
| | |
| | | * |
| | | * @param ids 删除列表ID |
| | | */ |
| | | public void deleteSelectStoreHouse(Context mContext, String ids, String uid, final SelectionStoreHouse31Contract.onStoreHouseCallBack callBack) { |
| | | public void deleteSelectStoreHouse(Context mContext, String ids, Long uid, final SelectionStoreHouse31Contract.onStoreHouseCallBack callBack) { |
| | | ShoppingApi.deleteSelectStoreHouse(mContext, ids, uid, new BasicTextHttpResponseHandler() { |
| | | @Override |
| | | public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception { |