Content-Type

This commit is contained in:
2024-10-20 18:13:07 +08:00
parent 9ac6370ecb
commit e5a32bc05a
7 changed files with 95 additions and 44 deletions

View File

@@ -39,5 +39,6 @@ message CommandArgument {
message CommandReturn {
bool is_delivered = 1;
int32 status = 2;
optional bytes payload = 3;
string content_type = 3;
optional bytes payload = 4;
}