阶段性提交

This commit is contained in:
GoEdgeLab
2022-09-28 17:39:28 +08:00
parent 907047d47a
commit 67a067ee7a
10 changed files with 4170 additions and 3937 deletions

View File

@@ -9,7 +9,13 @@ message OrderMethod {
string name = 2;
string code = 3;
string description = 4;
string url = 5;
string secret = 6;
bool isOn = 7;
string url = 5;
string parentCode = 8;
bytes params = 9;
string clientType = 10;
}