mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-29 13:01:57 +08:00
小程序接口迁移到ry
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.ruoyi.common.swagger.apiConstants;
|
||||
/**
|
||||
* @description API 接口使用终端
|
||||
* @author 吴一博
|
||||
* @date 2023/7/4 10:18
|
||||
*/
|
||||
public class ApiTerminal {
|
||||
public static final String wxMiniProgram="微信小程序-";
|
||||
public static final String pc="PC端-";
|
||||
}
|
||||
Reference in New Issue
Block a user