完成云片的发送回执处理

This commit is contained in:
YunaiV
2021-04-04 23:28:00 +08:00
parent 8ab29d2a25
commit 86cbf21d6d
7 changed files with 83 additions and 11 deletions

View File

@@ -17,11 +17,11 @@ public class SmsReceiveRespDTO {
*/
private Boolean success;
/**
* API 接收结果编码
* API 接收结果编码
*/
private String errorCode;
/**
* API 接收结果说明
* API 接收结果说明
*/
private String errorMsg;