| 123456789101112 |
- // COPY this file to config.js
- // need: reply_info, sign
- // from url: https://testmis.ssti.net.cn/xswxcs/?reply_info=******&sign=******
- function config() {
- return [
- // *** 在此处填写/修改reply_info和sign ***
- ['reply_info', 'sign']
- ];
- }
- module.exports = config;
|