This commit is contained in:
shuo.wang
2024-10-12 22:12:33 +08:00
parent 34c3818b39
commit f07bde0a6e
6 changed files with 153 additions and 100 deletions

View File

@@ -44,6 +44,8 @@ public class PlatformBuildResponse {
@ApiModelProperty("平台账号(快手,需要)")
private String account;
@ApiModelProperty("原因")
@ApiModelProperty("初审原因")
private String reason;
@ApiModelProperty("小程序美团外卖和饿了么,开通成功或失败后展示的反馈")
private String ultimatelyReason;
}