feat: product test com
This commit is contained in:
@@ -63,7 +63,7 @@ service Product {
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
// 编辑申请(解锁编辑权限)
|
||||
// 编辑申请
|
||||
rpc EditApply(EditApplyReq) returns (Response) {
|
||||
option (google.api.http) = {
|
||||
post: "/admin/v3/product/edit/apply"
|
||||
@@ -77,7 +77,7 @@ service Product {
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
// 编辑敏感信息(进入一审)
|
||||
// 编辑敏感信息(进入一审)
|
||||
rpc EditSusceptible(EditSusceptibleReq) returns (Response) {
|
||||
option (google.api.http) = {
|
||||
put: "/admin/v3/product/susceptible"
|
||||
|
||||
Reference in New Issue
Block a user