mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
1.6
This commit is contained in:
@ -138,11 +138,11 @@ class User extends Common
|
||||
'key_name' => 'openid',
|
||||
'error_msg' => 'openid为空',
|
||||
],
|
||||
[
|
||||
'checked_type' => 'empty',
|
||||
'key_name' => 'userinfo',
|
||||
'error_msg' => '用户数据为空',
|
||||
],
|
||||
// [
|
||||
// 'checked_type' => 'empty',
|
||||
// 'key_name' => 'userinfo',
|
||||
// 'error_msg' => '用户数据为空',
|
||||
// ],
|
||||
];
|
||||
$ret = ParamsChecked($this->data_post, $p);
|
||||
if($ret !== true)
|
||||
|
||||
Reference in New Issue
Block a user