mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 04:37:46 +08:00
🐛 【微信支付】二级商户进件申请接口请求参数里的金融机构许可证图片字段修改为正确的类型
This commit is contained in:
parent
fc7943e3dc
commit
f2abe7429d
@ -499,7 +499,7 @@ public class ApplymentsRequest implements Serializable {
|
||||
* </pre>
|
||||
*/
|
||||
@SerializedName(value = "finance_license_pics")
|
||||
private String financeLicensePics;
|
||||
private List<String> financeLicensePics;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user