🐛 【微信支付】二级商户进件申请接口请求参数里的金融机构许可证图片字段修改为正确的类型

This commit is contained in:
MAO_LEE 2023-11-09 13:12:02 +00:00 committed by Binary Wang
parent fc7943e3dc
commit f2abe7429d

View File

@ -499,7 +499,7 @@ public class ApplymentsRequest implements Serializable {
* </pre>
*/
@SerializedName(value = "finance_license_pics")
private String financeLicensePics;
private List<String> financeLicensePics;
}