コード例 #1
0
ファイル: LeanClientTest.php プロジェクト: bruce-zzz/php-sdk
 public function testUseRegion()
 {
     LeanClient::useRegion("US");
     $this->assertEquals(LeanClient::getAPIEndpoint(), "https://us-api.leancloud.cn/1.1");
 }