订单状态同步定时任务修改

This commit is contained in:
张松
2024-12-31 17:14:14 +08:00
parent 5419dd4102
commit fb00873494
2 changed files with 30 additions and 27 deletions

View File

@@ -17,10 +17,14 @@ public class BaseResp {
// 支付 只有 SUCCESS 是成功的
@JSONField(name = "pay_status")
private String payStatus;
@JSONField(name = "payStatus")
private String payStatus2;
@JSONField(name = "error_msg")
private String errorMsg;
@JSONField(name = "error_code")
private String errorCode;
}