Commit 531ae8f7 authored by rlgy's avatar rlgy

update

parent 019c8f13
......@@ -77,12 +77,12 @@ class GuodunController extends BaseController
return $response;
}
}
//
// $validate = ZhaobiBusiness::validateCode($uid, $codetype, $code, $type);
// if ($validate['code'] != 200) {
// $response->build($validate['code'], $validate['message']);
// return $response;
// }
$validate = ZhaobiBusiness::validateCode($uid, $codetype, $code, $type);
if ($validate['code'] != 200) {
$response->build($validate['code'], $validate['message']);
return $response;
}
$user_asset = CoinReleaseMember::findOne([$id]);
//判断余额师傅充足
......
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