Commit 1504057b authored by 谢宇轩's avatar 谢宇轩

refactor: 优化模板语法

parent 40655397
...@@ -163,7 +163,7 @@ class SdkEndpointBuilder ...@@ -163,7 +163,7 @@ class SdkEndpointBuilder
]; ];
$queryJoin[] = [ $queryJoin[] = [
"name" => "$" . $item, "name" => "$" . $item,
"query" => sprintf('"%s={%s}&"', $item, "$" . $item), "query" => sprintf('"%s=%s&"', $item, "$" . $item),
]; ];
} }
......
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