user ukey delete mobile

This commit is contained in:
qianhy
2023-02-23 14:54:36 +08:00
parent 678b7cf37c
commit 4eda14c853
+1 -1
View File
@@ -37,7 +37,7 @@ class User extends Wxapp
*/
protected function get_ukey()
{
$mobile_white = ['15359333655', '18050017004', '18350451617', '13860199666'];
$mobile_white = ['15359333655', '18350451617', '13860199666'];
$code = $this->input_param('code');
$mobile = $this->input_param('mobile');
$sms_code = $this->input_param('sms_code');