完善订单、支付相关接口定义

This commit is contained in:
刘祥超
2022-09-29 10:22:51 +08:00
parent fbfcc8d2c0
commit 10ea8911bc
7 changed files with 3988 additions and 3808 deletions

View File

@@ -42,6 +42,7 @@ message CreateOrderMethodRequest {
bytes paramsJSON = 6; // 预设支付方式参数
string clientType = 7;
string qrcodeTitle = 8;
}
message CreateOrderMethodResponse {
@@ -62,6 +63,7 @@ message UpdateOrderMethodRequest {
bool isOn = 6;
string clientType = 8;
string qrcodeTitle = 9;
}
// 删除支付方式