2016-12-16 40 views

回答

1

在代碼中明確定義了所有內容,請參閱here

所以,你可以編輯它,並添加你想要獲取什麼:

'REQUEST': { 
    'Accept': tokens['req'](req, res, 'Accept'), 
    'x-api-version': tokens['req'](req, res, 'x-api-version'), //custom 
    'client-id': tokens['req'](req, res, 'client-id'),   //custom 
    ... 
+0

已經這樣做了部署。不過謝謝你的答案。 –