🐛【小程序】上传代码接口修复ext_json中的extAppid参数

This commit is contained in:
zainzzz 2022-06-30 11:07:25 +08:00 committed by GitHub
parent 9f69e69090
commit ba13eef750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ public class WxMaOpenCommitStandardExt implements Serializable {
/**
* 授权小程序Appid可填入商户小程序AppID以区分不同商户
*/
@SerializedName("extAppId")
@SerializedName("extAppid")
private String extAppId;
/**