add internal feign key

This commit is contained in:
2026-06-05 22:06:28 +07:00
parent 1a7b4ce6c3
commit 690bc0fcf0
4 changed files with 38 additions and 62 deletions
@@ -13,9 +13,6 @@ public class BaseRequest {
@JsonProperty("msg_id")
Integer msgId;
@JsonProperty("token")
String token;
@JsonProperty("message_body")
Object messageBody;