admin
2021-05-14 1b4b3fed2569ac21ad6feb0a3a2c051175e7c36e
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 {