点单小程序跳转

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

@@ -96,6 +96,8 @@ public enum ErrorCodeEnum {
CREATE_CALL_REQUEST_ERROR(10211160, "创建电话请求失败!", null),
CREATE_APPOINTMENT_TIME_ERROR(10211161, "当前时间不可预约面试,请选择其他时间", null),
USER_CHANNEL_NOT_EXISTS(10211162, "当前用户渠道不存在", null),
CONTENT_DUPLICATED(10211200, "动态标题重复!", null),
SIGN_FAIL(600000, "验签失败", null),
GET_ACCESSTOKEN_ERROR(600001, "获取小程序TOKEN错误", null),