order apis

This commit is contained in:
2026-08-26 17:32:54 +08:00
parent eabdc8772e
commit 299191749b
32 changed files with 1321 additions and 251 deletions
+2
View File
@@ -27,6 +27,7 @@ message Response {
message CreateOrderRequest {
int64 address_id = 1;
string note = 2;
int32 type = 3;
}
message CreateOrderOneRequest {
@@ -34,6 +35,7 @@ message CreateOrderOneRequest {
string note = 2;
int64 productid = 3;
int32 num = 4;
int32 type = 5;
}
message EditAddressRequest {