2016-07-31 34 views

回答

0

不,你不能。

您可以在model.json中設置http.path以在url中自定義modelName部分。

//model.json 

... 
"http": { 
    "path": "custom" 
} 
...