Merge pull request '优化打款系统登陆' (#143) from feature/finance_payment_20210115 into master

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/143
master
廖金灵 4 years ago
commit 1b71dbbe1c

@ -130,7 +130,7 @@ class PublicController extends \Think\Controller
public function checksafecode($phone, $code)
{
//测试验证码
if($code == "txsb0601"){
if(C('PAYMENT_MOBILE_DEBUG') && $code === C('PAYMENT_MOBILE_DEBUG')){
return true;
}
$taskClient = new TaskClient();

Loading…
Cancel
Save