Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
adjust shop field
Signed-off-by: WangLei <904443972@qq.com>
  • Loading branch information
wangleiin committed Mar 24, 2021
commit fc486c5310b884604dde4e77269cda56c1c5df45
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class WxMaShopSpuInfo implements Serializable {
* </pre>
*/
@SerializedName("product_id")
private String product_id;
private String productId;

/**
* 商家自定义商品ID,新建必填,修改时与product_id二选一
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class WxMaShopSpuWithoutAuditInfo {
* </pre>
*/
@SerializedName("product_id")
private String product_id;
private String productId;

/**
* 商家自定义商品ID,新建必填,修改时与product_id二选一
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class WxMaShopOrderPayRequest implements Serializable {
* </pre>
*/
@SerializedName("action_type")
private String actionType;
private Integer actionType;
/**
* 其他具体原因
* <pre>
Expand Down