您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

18 行
307 B

  1. {
  2. "name": "apiurl",
  3. "module": "core",
  4. "action": "setvalue",
  5. "options": {
  6. "key": "g_apiurl",
  7. "value": "{{$_ENV.API_BASEURL}}"
  8. },
  9. "meta": [],
  10. "outputType": "text",
  11. "metaData": {
  12. "setValueExpression": {
  13. "name": "API_BASEURL",
  14. "type": "text"
  15. }
  16. },
  17. "output": true
  18. }