点单小程序跳转

This commit is contained in:
俞扬
2023-09-19 16:46:51 +08:00
parent 645d0ebe75
commit cb15d0e045
3 changed files with 27 additions and 10 deletions

View File

@@ -26,5 +26,5 @@ public class MiniProgramLoginDTO {
@NotBlank(message = "ivStr不能为空")
private String ivStr;
private UserChannelEnum userChannelEnum;
private String userChannelEnum;
}