* Add cases of user.

This commit is contained in:
孙广明
2021-10-19 15:46:57 +08:00
parent 7155161701
commit 6cbf8074f2
5 changed files with 53 additions and 1 deletions
Executable → Regular
-1
View File
@@ -16,7 +16,6 @@ $insert = array(
'account' => 'sgm',
'password' => 'qaz19950422',
'realname' => '孙广明',
'gender' => 'm',
'email' => 'sgm0422@163.com',
);
$user = $rest->post('/users', $insert, array('token' => $token->token));