🎨 #2687 【小程序】直播商品管理接口添加缺失的字段thirdPartyAppid

This commit is contained in:
徐凯旋
2022-06-14 09:42:32 +08:00
committed by Binary Wang
parent d390c5d9fe
commit a9fe0b29d4
5 changed files with 32 additions and 15 deletions

View File

@@ -66,7 +66,7 @@ public class RefundsResult implements Serializable {
* </pre>
*/
@SerializedName(value = "create_time")
private Date createTime;
private String createTime;
/**
* <pre>

View File

@@ -163,6 +163,6 @@ public class ReturnOrdersResult implements Serializable {
* </pre>
*/
@SerializedName(value = "finish_time")
private Date finishTime;
private String finishTime;
}