Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions miniprogram/helper/cloud_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const CODE = {
SVR: 500, //服务器错误
LOGIC: 1600, //逻辑错误
DATA: 1301, // 数据校验错误
HEADER: 1302, // header 校验错误
HEADER: 1302, // header 校验错误

ADMIN_ERROR: 2401 //管理员错误
};
Expand Down Expand Up @@ -442,4 +442,4 @@ module.exports = {
transFormsTempPics,
getTempFileURLOne,
transTempPicOne
}
}