小程序接口迁移到ry

This commit is contained in:
wuyibo
2023-07-08 18:24:10 +08:00
parent b02906b4fa
commit 264430d8a2
225 changed files with 20401 additions and 1933 deletions

View File

@@ -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端-";
}