This commit is contained in:
shuo.wang
2024-10-13 14:31:43 +08:00
parent ee996f6b67
commit 637fb7f76b
2 changed files with 12 additions and 14 deletions

View File

@@ -46,6 +46,6 @@ public class PlatformBuildResponse {
@ApiModelProperty("初审原因")
private String reason;
@ApiModelProperty("小程序美团外卖和饿了么,开通成功或失败后展示的反馈")
private String ultimatelyReason;
@ApiModelProperty("小程序美团外卖和饿了吗勇这个:最新审批原因")
private String newReason;
}