订单退款

This commit is contained in:
Hiven
2023-07-31 11:32:40 +08:00
parent 1225a4efdc
commit f2109eee9b
4 changed files with 112 additions and 9 deletions

View File

@@ -62,6 +62,8 @@ var (
CodePayCancelOk = &StatusResponse{5021, "cancellation successful"} // 支付取消成功
CodePayCancelNotOk = &StatusResponse{5022, "cancellation failed"} // 支付取消失败
CodePaybackNotOk = &StatusResponse{5023, "pay back failed"} // 支付回调处理失败
CodeGuestDupErr = &StatusResponse{5010, "user is already guest and does not need to reapply"} // 用户已经是访客用户,无需重复申请
CodeGuestGenErr = &StatusResponse{5011, "serialization failed for guest ID"} // 访客ID序列化失败