This commit is contained in:
laodaming 2023-06-25 10:15:14 +08:00
parent cac0161585
commit 32d368816e

View File

@ -16,7 +16,7 @@ service product-templatev2 {
//获取底图列表
@handler GetBaseMapListHandler
get /product-template/base-map-list( ) returns (response);
//保存底图信息
//保存底图列表信息
@handler SaveBaseMapHandler
post /product-template/base-map-update ( ) returns (response);