fix-企业微信跳转
This commit is contained in:
17
README.md
17
README.md
@@ -10,11 +10,24 @@
|
||||
4. Mybatis Plus 3.3.1
|
||||
|
||||
# 接口文档链接
|
||||
|
||||
http://localhost:8081/jmt_app_api/v2/api-docs?group=front
|
||||
|
||||
线上打包命令:
|
||||
mvn clean package -Dmaven.test.skip=true -Pprod
|
||||
线上打包命令: mvn clean package -Dmaven.test.skip=true -Pprod
|
||||
|
||||
mkdir /home/env/nginx/html/ 存放静态资源
|
||||
|
||||
mkdir /home/env/nginx/html/car_repair_web 存放维修店后台管理的静态资源
|
||||
|
||||
mkdir/home/env/nginx/html/car_admin_web 存放后台管理的静态资源
|
||||
|
||||
上传jar包到/home/app/api/car-system-app-api 移动端
|
||||
|
||||
上传jar包到/home/app/api/car-system-admin-api 后台管理
|
||||
|
||||
项目运行 npm run dev
|
||||
|
||||
项目启动 npm i/npm install
|
||||
|
||||
# 图片规格介绍
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
package com.zbkj.common.constants;
|
||||
|
||||
import com.zbkj.common.model.dealer.CarDealerInfo;
|
||||
|
||||
/**
|
||||
* @author huahua
|
||||
* 2023/11/17
|
||||
@@ -20,4 +22,9 @@ public class CarConstants {
|
||||
* 拒绝/驳回
|
||||
*/
|
||||
public static final Integer APPLY_STATUS_2 = 2;
|
||||
|
||||
/**
|
||||
* 企业微信车商跳转链接
|
||||
*/
|
||||
public static final String CAR_DEALER_WE_COM_LINK = "we_com_link";
|
||||
}
|
||||
|
||||
@@ -22,4 +22,7 @@ public class TemplateCardMessageRequest implements Serializable {
|
||||
//二级标题+文本列表,该字段可为空数组,但有数据的话需确认对应字段是否必填,列表长度不超过6
|
||||
@ApiModelProperty("二级标题+文本列表")
|
||||
private List<HorizontalContent> horizontalContents;
|
||||
|
||||
@ApiModelProperty("跳转链接")
|
||||
private String wxUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user