Commit 6012cb31 authored by zhengke's avatar zhengke

颜色 优化

parent 2d0dcce5
......@@ -149,8 +149,8 @@ class ConfigService{
*
* @returns 获取模板查询条件 配置项数据(颜色、国家、季节)
*/
static async GetTemplateQueryAsync():Promise<HttpResponse>{
return Api.Post("triptemplate_GetTemplateConfigData",{})
static async GetTemplateQueryAsync(params:any):Promise<HttpResponse>{
return Api.Post("triptemplate_GetTemplateConfigData",params)
}
/**
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment