admin
2021-05-15 2aead6275fdd1bbbd778abc0e85663a2578fab06
app/src/main/java/com/tejia/lijin/app/util/CopyGiftDialogUtils.java
@@ -34,7 +34,7 @@
     * @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() {
@@ -68,7 +68,7 @@
     * @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 {