Commit 528c45d3 by zhufx

买家错误码更新

parent ea832c83
...@@ -12,6 +12,7 @@ class BuyerError ...@@ -12,6 +12,7 @@ class BuyerError
const PARAMETER_ERR = ["msg" => "参数错误", "code" => 400, "errorCode" => 24001]; const PARAMETER_ERR = ["msg" => "参数错误", "code" => 400, "errorCode" => 24001];
const REGISTERED = ["msg" => "用户已存在,无需创建", "code" => 400, "errorCode" => 24101]; const REGISTERED = ["msg" => "用户已存在,无需创建", "code" => 400, "errorCode" => 24101];
const DB_ERROR = ["msg" => "数据库操作错误", "code" => 500, "errorCode" => 24102]; const DB_ERROR = ["msg" => "数据库操作错误", "code" => 500, "errorCode" => 24102];
const SCORE_ERR = ["msg" => "你无权创建该用户", "code" => 403, "errorCode" => 24103];
public static function atranslate($message,$param) public static function atranslate($message,$param)
......
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