完善订单、DNS套餐服务API

This commit is contained in:
GoEdgeLab
2022-09-29 19:21:35 +08:00
parent 1dbff82d84
commit ecc35bb10d
6 changed files with 4002 additions and 3840 deletions

View File

@@ -35,6 +35,7 @@ message CreateUserOrderRequest {
string type = 1;
string orderMethodCode = 2;
float amount = 3;
bytes paramsJSON = 4;
}
message CreateUserOrderResponse {