app通话回调

This commit is contained in:
俞扬
2023-08-11 18:24:31 +08:00
parent e5f79048f0
commit bef67d3785
9 changed files with 208 additions and 29 deletions

View File

@@ -79,7 +79,10 @@ public enum ErrorCodeEnum {
INTERVIEW_PARTNER_NOT_EXIST(1021115, "线索下的加盟商不存在!", null),
ROOM_STATUS_ERROR(10211156, "当前面试房间状态不允许进行该操作!", null),
MOBILE_APP_NOT_ONLINE_ERROR(10211157, "拨出手机APP不在线", null),
CALL_UP_ERROR(10211158, "拨出电话异常", null),
CALL_RECORD_NOT_EXIST_ERROR(10211158, "通话记录不存在", null),
CREATE_CALL_REQUEST_ERROR(10211158, "创建电话请求失败!", null),
CALL_UP_ERROR(10211159, "拨出电话异常!", null),
CONTENT_DUPLICATED(10211200, "动态标题重复!", null),
SIGN_FAIL(600000, "验签失败", null),
GET_ACCESSTOKEN_ERROR(600001, "获取小程序TOKEN错误", null),