mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-02 21:26:01 +08:00
format with spaces
This commit is contained in:
@ -259,10 +259,21 @@ public class WxMpPayCallback implements Serializable {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "WxMpPayCallback [return_code=" + return_code + ", return_msg=" + return_msg + ", appid=" + appid + ", mch_id=" + mch_id + ", device_info=" + device_info + ", nonce_str=" + nonce_str + ", sign=" + sign + ", result_code=" + result_code + ", err_code=" + err_code
|
return "WxMpPayCallback [return_code=" + return_code + ", return_msg="
|
||||||
+ ", err_code_des=" + err_code_des + ", openid=" + openid + ", is_subscribe=" + is_subscribe + ", trade_type=" + trade_type + ", bank_type=" + bank_type + ", total_fee=" + total_fee + ", fee_type=" + fee_type + ", cash_fee=" + cash_fee + ", cash_fee_type="
|
+ return_msg + ", appid=" + appid + ", mch_id=" + mch_id
|
||||||
+ cash_fee_type + ", coupon_fee=" + coupon_fee + ", coupon_count=" + coupon_count + ", coupon_batch_id_$n=" + coupon_batch_id_$n + ", coupon_id_$n=" + coupon_id_$n + ", coupon_fee_$n=" + coupon_fee_$n + ", transaction_id=" + transaction_id + ", out_trade_no="
|
+ ", device_info=" + device_info + ", nonce_str=" + nonce_str
|
||||||
+ out_trade_no + ", attach=" + attach + ", time_end=" + time_end + "]";
|
+ ", sign=" + sign + ", result_code=" + result_code
|
||||||
|
+ ", err_code=" + err_code + ", err_code_des=" + err_code_des
|
||||||
|
+ ", openid=" + openid + ", is_subscribe=" + is_subscribe
|
||||||
|
+ ", trade_type=" + trade_type + ", bank_type=" + bank_type
|
||||||
|
+ ", total_fee=" + total_fee + ", fee_type=" + fee_type
|
||||||
|
+ ", cash_fee=" + cash_fee + ", cash_fee_type=" + cash_fee_type
|
||||||
|
+ ", coupon_fee=" + coupon_fee + ", coupon_count="
|
||||||
|
+ coupon_count + ", coupon_batch_id_$n=" + coupon_batch_id_$n
|
||||||
|
+ ", coupon_id_$n=" + coupon_id_$n + ", coupon_fee_$n="
|
||||||
|
+ coupon_fee_$n + ", transaction_id=" + transaction_id
|
||||||
|
+ ", out_trade_no=" + out_trade_no + ", attach=" + attach
|
||||||
|
+ ", time_end=" + time_end + "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user