licailing 5 лет назад
Родитель
Сommit
31f0ec554e

+ 1 - 1
src/main/java/com/izouma/dingdong/domain/rider/Rider.java

@@ -42,7 +42,7 @@ public class Rider extends BaseEntity {
     @ApiModelProperty(value = "交通工具",name = "transportation")
     private String transportation;
 
-    @ApiModelProperty(value = "摩托车图片", name = "motorcycle")
+    @ApiModelProperty(value = "交通工具", name = "transportationImg")
     private String transportationImg;
 
 /*    @ApiModelProperty(value = "车牌照片", name = "licensePlateImg")

+ 7 - 2
src/main/java/com/izouma/dingdong/dto/RiderDTO.java

@@ -15,11 +15,16 @@ public class RiderDTO {
     @ApiModelProperty(value = "用户ID", name = "userId")
     private Long userId;
 
-    @ApiModelProperty(value = "摩托车图片", name = "motorcycle")
-    private String motorcycleImg;
+    @ApiModelProperty(value = "交通工具",name = "transportation")
+    private String transportation;
 
+    @ApiModelProperty(value = "交通工具照片", name = "transportationImg")
+    private String transportationImg;
+
+/*
     @ApiModelProperty(value = "车牌照片", name = "licensePlateImg")
     private String licensePlateImg;
+*/
 
     @ApiModelProperty(value = "驾照照片",name = "driverLicenseImg")
     private String driverLicenseImg;

+ 1 - 1
src/main/resources/application.yaml

@@ -74,7 +74,7 @@ aliyun:
     oss-domain: https://idingdong.oss-cn-hangzhou.aliyuncs.com
 general:
     host: http://dingdong.izouma.com
-    notify-url: http://dingdong.izouma.com/alipay/notify
+    notify-url: http://dingdong.izouma.com/pay/notify
 ksher:
     appid:
     private_key: