|
@@ -38,7 +38,7 @@ class User extends Api
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 会员登录
|
|
|
+ * 会员登录+教练登录
|
|
|
*
|
|
|
* @ApiMethod (POST)
|
|
|
* @param string $account 账号
|
|
@@ -76,6 +76,7 @@ class User extends Api
|
|
|
*/
|
|
|
public function mobilelogin()
|
|
|
{
|
|
|
+ exit;//因不想花短信钱,停用了
|
|
|
$countrycode = input('countrycode',65,'intval');
|
|
|
$mobile = input('mobile');
|
|
|
$captcha = input('captcha');
|