Commit 416ffa09 authored by terrfly's avatar terrfly
Browse files

getChannelUserId 不再序列化;

parent 112b4472
......@@ -16,6 +16,7 @@
package com.jeequan.jeepay.pay.rqrs.payorder;
import com.alibaba.fastjson.JSONObject;
import com.alibaba.fastjson.annotation.JSONField;
import com.jeequan.jeepay.core.constants.CS;
import com.jeequan.jeepay.pay.rqrs.AbstractMchAppRQ;
import com.jeequan.jeepay.pay.rqrs.payorder.payway.*;
......@@ -151,6 +152,7 @@ public class UnifiedOrderRQ extends AbstractMchAppRQ {
}
/** 获取渠道用户ID **/
@JSONField(serialize = false)
public String getChannelUserId(){
return null;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment