用户注册方式

This commit is contained in:
“wanyongkang”
2021-02-21 19:08:34 +08:00
parent 85c4578fea
commit 4af531b636

View File

@@ -73,7 +73,7 @@ class Index
$data['Enabled'] = 1;
$data['UpdateTime'] = date('Y-m-d H:i:s',time());
$data['CreateTime'] = date('Y-m-d H:i:s',time());
$data['CreateType'] = 1;
$data['CreateType'] = 4;
$data['ProductAccountCount'] = 0;
$data['ExpiredProductAccountCount'] = 0;
$data['RestAmount'] = 0;