Stable request paramters - ShenTengTu/node-tw-e-invoice GitHub Wiki

Stable request paramters

有一些請求參數是固定的,即使你改變它們,它們也會被默認值覆蓋。

Request parameters as below are stable :

  • action : set only by fist parameter of TaiwanEInvoice.action().
  • version : the value specified in in the API.
  • generation : the value specified in in the API.
  • appID,appId : set only by TaiwanEInvoice constructor .
  • UUID,uuid,TxID : set only by fist parameter of TaiwanEInvoice.inquirer() .

Even if you change them , they will be covered by default values .