Commit b043e979 authored by rlgy's avatar rlgy

提币输入错误验证码,提示验证码过期或已使用 ,应该改为验证码错误之类的提示

parent 7708aabe
......@@ -81,7 +81,7 @@ class GuodunController extends BaseController
!YII_DEBUG && $validate = ZhaobiBusiness::validateCode($uid, $codetype, $code, $type);
if (!YII_DEBUG && $validate['code'] != 200) {
$response->build($validate['code'], $validate['message']);
$response->build($validate['code'], $validate['error']);
return $response;
}
......
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