|
@@ -168,7 +168,11 @@ class User extends Api
|
|
|
'age' => input('age',''),
|
|
|
'weight' => input('weight',''),
|
|
|
'address' => input('address',''),
|
|
|
- 'knowus' => input('knowus','')
|
|
|
+ 'knowus' => input('knowus',''),
|
|
|
+
|
|
|
+ 'health' => input('health',''),
|
|
|
+ 'emergency' => input('emergency',''),
|
|
|
+ 'is_first' => input('is_first',''),
|
|
|
];
|
|
|
$ret = $this->auth->register('', $password, $email, $fullmobile, $extend);
|
|
|
if ($ret) {
|