完善c端接口
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
package com.ruoyi.common.core.domain;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
@Data
|
||||
public class UmResp {
|
||||
|
||||
//success": true,
|
||||
//"data": {
|
||||
//"mobile": "18518753918",
|
||||
//"score": null,
|
||||
//"activeScore": null,
|
||||
//"aesEncryptKey": null
|
||||
//},
|
||||
//"code": 2001,
|
||||
//"message": "gain mobile's result success",
|
||||
//"requestId": "0E87E249-42A0-42C0-94D3-7424D45E571E"
|
||||
|
||||
private boolean success;
|
||||
|
||||
private Map<String,Object> data;
|
||||
|
||||
private String code;
|
||||
|
||||
private String message;
|
||||
|
||||
private String requestId;
|
||||
|
||||
}
|
||||
@@ -74,4 +74,6 @@ public class MusicInfo extends BaseEntity
|
||||
|
||||
private MusicSceneRelate musicScene;
|
||||
|
||||
private String fileType;
|
||||
|
||||
}
|
||||
|
||||
@@ -19,11 +19,13 @@ public class ShopUserResq {
|
||||
|
||||
private Long userId;
|
||||
|
||||
private String uMtoken;
|
||||
private String uMTk;
|
||||
|
||||
private String code;
|
||||
|
||||
private String deviceType;
|
||||
|
||||
private String deviceId;
|
||||
|
||||
private String token;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user