admin
2022-05-12 fa705507ba574c857b1667553737d23b1b7ff495
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
package com.ks.app.entity.config;
 
/**
 * @author hxh
 * @title: JumpType
 * @description: 应用跳转类型
 * @date 2022/4/2 14:10
 */
public enum AppJumpType {
    //消息
    msg,
    //邀请
    invite,
    //短视频
    drawVideo,
    //资讯
    news,
    //小说
    novel,
    //提现
    extract,
    //签到
    signIn,
    //网页
    web,
    //百川
    baichuan;
}