🐛 【微信支付】二级商户进件申请接口请求参数里的金融机构许可证图片字段修改为正确的类型
This commit is contained in:
@@ -499,7 +499,7 @@ public class ApplymentsRequest implements Serializable {
|
|||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
@SerializedName(value = "finance_license_pics")
|
@SerializedName(value = "finance_license_pics")
|
||||||
private String financeLicensePics;
|
private List<String> financeLicensePics;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user