| | |
| | | * @param dialog |
| | | * @param type |
| | | */ |
| | | public void showCopyGiftDialog(final GiftCoupon giftCoupon, final String uid, Dialog dialog, final String type) { |
| | | public void showCopyGiftDialog(final GiftCoupon giftCoupon, final Long uid, Dialog dialog, final String type) { |
| | | CopyGiftDialog.Builder builder = new CopyGiftDialog.Builder(mContext); |
| | | builder.setMessage(giftCoupon); |
| | | builder.setPositiveButton("", new DialogInterface.OnClickListener() { |
| | |
| | | * @param token |
| | | * @param uid |
| | | */ |
| | | private void gettokenReceive(String token, String uid, final String type) { |
| | | private void gettokenReceive(String token, Long uid, final String type) { |
| | | ShoppingApi.getTokenReceive(mContext, uid, token, new BasicTextHttpResponseHandler() { |
| | | @Override |
| | | public void onSuccessPerfect(int statusCode, Header[] headers, JSONObject jsonObject) throws Exception { |