leancloud / php-sdk

LeanCloud PHP SDK
Apache License 2.0
53 stars 23 forks source link

Feat: log-in with mobile phone and password #66

Closed juvenn closed 8 years ago

juvenn commented 8 years ago

Close #65 : 支持用手机号和密码登录

LeanUser::logInWithMobilePhone($mobilePhone, $password);
codecov-io commented 8 years ago

Current coverage is 85.89%

Merging #66 into v0.2 will increase coverage by +0.07% as of bc8dfb4

@@             v0.2     #66   diff @@
=====================================
  Files          21      21       
  Stmts        1679    1687     +8
  Branches        0       0       
  Methods       260     261     +1
=====================================
+ Hit          1441    1449     +8
  Partial         0       0       
  Missed        238     238       

Review entire Coverage Diff as of bc8dfb4

Powered by Codecov. Updated on successful CI builds.

juvenn commented 8 years ago

@jwfing @wujun4code 这里的接口是公开的,需要你们审一下。

juvenn commented 8 years ago

接口更新为:

LeanUser::logInWithMobilePhoneNumber($mobilePhone, $password);
aisk commented 8 years ago

LGTM

aisk commented 8 years ago

@juvenn codecov 这个要怎么添加到 leancloud 项目的仓库下?我试了一下只能找到我的项目的 repo。