config.example.js 294 B

123456789101112
  1. // COPY this file to config.js
  2. // need: reply_info, sign
  3. // from url: https://testmis.ssti.net.cn/xswxcs/?reply_info=******&sign=******
  4. function config() {
  5. return [
  6. // *** 在此处填写/修改reply_info和sign ***
  7. ['reply_info', 'sign']
  8. ];
  9. }
  10. module.exports = config;