Commit e9b319c4 authored by 高诸锋's avatar 高诸锋

[fix]

parent 6ca2968e
Pipeline #6683 passed with stage
in 3 seconds
...@@ -41,7 +41,7 @@ module.exports = app => { ...@@ -41,7 +41,7 @@ module.exports = app => {
appkey: { appkey: {
type: DataTypes.STRING(100), type: DataTypes.STRING(100),
allowNull: false, allowNull: false,
field: 'appkey', field: 'appKey',
}, },
notifyUrl: { notifyUrl: {
type: DataTypes.STRING(255), type: DataTypes.STRING(255),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment