wangzhibo
6 天以前 7dcc2997614f849258091f5d66e648317a40d323
src/modules/base/db.json
@@ -1,31 +1,31 @@
{
  "base_sys_param": [
      {
          "keyName": "rich",
          "name": "富文本参数",
          "data": "<h3><strong>这是一个富文本</strong></h3><p>xxx</p><p>xxxxxxxxxx</p><p><br></p>",
          "keyName": "orderTimeout",
          "name": "订单超时时间",
          "data": "120",
          "dataType": 0,
          "remark": "订单超时未支付,自动关闭。单位:分钟"
      },
      {
          "keyName": "orderConfirm",
          "name": "自动确认收货",
          "data": "15",
          "dataType": 0,
          "remark": "自动确认收货时间,从支付成功起算,单位:天"
      },
      {
          "keyName": "userAgreement",
          "name": "用户协议",
          "data": "<h3 style=\"text-align: center;\"><strong>用户协议</strong></h3><p><br></p><p>xxxxxx</p>",
          "dataType": 1,
          "remark": null
      },
      {
          "keyName": "json",
          "name": "JSON参数",
          "data": "{\n  \"code\": 111233\n}",
          "dataType": 0,
          "remark": null
      },
      {
          "keyName": "file",
          "name": "文件",
          "data": "",
          "dataType": 2,
          "remark": null
      },
      {
          "keyName": "text",
          "name": "测试",
          "data": "这是一段字符串",
          "dataType": 0,
          "keyName": "privacyPolicy",
          "name": "隐私政策",
          "data": "<h3 style=\"text-align: center;\"><strong>隐私政策</strong></h3><p><br></p><p>xxxxxx</p>",
          "dataType": 1,
          "remark": null
      }
  ],
@@ -86,6 +86,7 @@
          "password": "e10adc3949ba59abbe56e057f20f883e",
          "passwordV": 7,
          "nickName": "管理员",
          "headImg": "https://cool-js.com/admin/headimg.jpg",
          "phone": "18000000000",
          "email": "team@cool-js.com",
          "status": 1,
@@ -99,4 +100,4 @@
          "roleId": 1
      }
  ]
}
}