Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix:电商收付通 二级商户进件,部分字段加密
  • Loading branch information
曾浩 committed Feb 19, 2021
commit 212de815dd6ed1f7a506bb57c1a868b98a241d91
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public class ApplymentsRequest implements Serializable {
* </pre>
*/
@SerializedName(value = "id_doc_info")
@SpecEncrypt
private IdDocInfo idDocInfo;

/**
Expand Down Expand Up @@ -497,6 +498,7 @@ public static class IdDocInfo implements Serializable {
* </pre>
*/
@SerializedName(value = "id_doc_name")
@SpecEncrypt
private String idDocName;

/**
Expand All @@ -511,6 +513,7 @@ public static class IdDocInfo implements Serializable {
* </pre>
*/
@SerializedName(value = "id_doc_number")
@SpecEncrypt
private String idDocNumber;

/**
Expand Down