colly
2017-07-26 c1236314ef1122e14edd46c9fe4102fc16e2ce46
refs
author colly <576734462@qq.com>
Wednesday, July 26, 2017 15:43 +0800
committer colly <576734462@qq.com>
Wednesday, July 26, 2017 15:43 +0800
commitc1236314ef1122e14edd46c9fe4102fc16e2ce46
tree 29e311135d8397d02ca880572302c161e728f815 tree | zip | gz
parent
first version submit
322 files added
changed files
.gitattributes diff | view | raw | blame | history
.gitignore diff | view | raw | blame | history
Config/app.php diff | view | raw | blame | history
Config/dbs.php diff | view | raw | blame | history
Config/sys.php diff | view | raw | blame | history
Data/phalapi_test.sql diff | view | raw | blame | history
Data/user.sql diff | view | raw | blame | history
Demo/Api/Default.php diff | view | raw | blame | history
Demo/Api/Examples/CURD.php diff | view | raw | blame | history
Demo/Api/Examples/Upload.php diff | view | raw | blame | history
Demo/Api/User.php diff | view | raw | blame | history
Demo/Domain/Examples/CURD.php diff | view | raw | blame | history
Demo/Domain/User.php diff | view | raw | blame | history
Demo/Model/Examples/CURD.php diff | view | raw | blame | history
Demo/Model/User.php diff | view | raw | blame | history
Demo/ModelProxy/UserBaseInfo.php diff | view | raw | blame | history
Demo/Tests/Api/Api_Default_Test.php diff | view | raw | blame | history
Demo/Tests/Api/Api_User_Test.php diff | view | raw | blame | history
Demo/Tests/Domain/Domain_User_Test.php diff | view | raw | blame | history
Demo/Tests/Model/Model_User_Test.php diff | view | raw | blame | history
Demo/Tests/phpunit.xml diff | view | raw | blame | history
Demo/Tests/phpunit_user_getbaseinfo.xml diff | view | raw | blame | history
Demo/Tests/test_env.php diff | view | raw | blame | history
LICENSE.md diff | view | raw | blame | history
Language/de/common.php diff | view | raw | blame | history
Language/en/common.php diff | view | raw | blame | history
Language/fr/common.php diff | view | raw | blame | history
Language/zh_cn/common.php diff | view | raw | blame | history
Language/zh_tw/common.php diff | view | raw | blame | history
Library/Mongo/Lite.php diff | view | raw | blame | history
Library/README.md diff | view | raw | blame | history
Library/Task/Config/app.php diff | view | raw | blame | history
Library/Task/Config/dbs.php diff | view | raw | blame | history
Library/Task/Data/phalapi_task_mq.sql diff | view | raw | blame | history
Library/Task/Data/phalapi_task_progress.sql diff | view | raw | blame | history
Library/Task/Data/task_mq.sql diff | view | raw | blame | history
Library/Task/Data/task_progress.sql diff | view | raw | blame | history
Library/Task/Lite.php diff | view | raw | blame | history
Library/Task/MQ.php diff | view | raw | blame | history
Library/Task/MQ/Array.php diff | view | raw | blame | history
Library/Task/MQ/DB.php diff | view | raw | blame | history
Library/Task/MQ/File.php diff | view | raw | blame | history
Library/Task/MQ/KeyValue.php diff | view | raw | blame | history
Library/Task/MQ/Memcached.php diff | view | raw | blame | history
Library/Task/MQ/Redis.php diff | view | raw | blame | history
Library/Task/Progress.php diff | view | raw | blame | history
Library/Task/Progress/Trigger.php diff | view | raw | blame | history
Library/Task/Progress/Trigger/Common.php diff | view | raw | blame | history
Library/Task/Runner.php diff | view | raw | blame | history
Library/Task/Runner/Local.php diff | view | raw | blame | history
Library/Task/Runner/Remote.php diff | view | raw | blame | history
Library/Task/Runner/Remote/Connector.php diff | view | raw | blame | history
Library/Task/Runner/Remote/Connector/Http.php diff | view | raw | blame | history
Library/Task/Task/Model/Task/TaskMq.php diff | view | raw | blame | history
Library/Task/Task/Model/Task/TaskProgress.php diff | view | raw | blame | history
Library/Task/Tests/MQ/Task_MQ_Array_Test.php diff | view | raw | blame | history
Library/Task/Tests/MQ/Task_MQ_DB_Test.php diff | view | raw | blame | history
Library/Task/Tests/MQ/Task_MQ_File_Test.php diff | view | raw | blame | history
Library/Task/Tests/MQ/Task_MQ_Memcached_Test.php diff | view | raw | blame | history
Library/Task/Tests/MQ/Task_MQ_Redis_Test.php diff | view | raw | blame | history
Library/Task/Tests/Runner/Task_Runner_Local_Test.php diff | view | raw | blame | history
Library/Task/Tests/Runner/Task_Runner_Remote_Test.php diff | view | raw | blame | history
Library/Task/Tests/Task_Lite_Test.php diff | view | raw | blame | history
Library/Task/Tests/Task_Progress_Test.php diff | view | raw | blame | history
Library/Task/Tests/Task_Runner_Test.php diff | view | raw | blame | history
Library/Task/Tests/test_env.php diff | view | raw | blame | history
Library/Task/check.php diff | view | raw | blame | history
Library/Task/crontab.php diff | view | raw | blame | history
PhalApi/Language/en/common.php diff | view | raw | blame | history
PhalApi/Language/zh_cn/common.php diff | view | raw | blame | history
PhalApi/Mongo/MongoDb.php diff | view | raw | blame | history
PhalApi/Mongo/Mongo_Model.php diff | view | raw | blame | history
PhalApi/NotORM/NotORM.php diff | view | raw | blame | history
PhalApi/NotORM/NotORM/Cache.php diff | view | raw | blame | history
PhalApi/NotORM/NotORM/Literal.php diff | view | raw | blame | history
PhalApi/NotORM/NotORM/MultiResult.php diff | view | raw | blame | history
PhalApi/NotORM/NotORM/Result.php diff | view | raw | blame | history
PhalApi/NotORM/NotORM/Row.php diff | view | raw | blame | history
PhalApi/NotORM/NotORM/Structure.php diff | view | raw | blame | history
PhalApi/PhalApi.php diff | view | raw | blame | history
PhalApi/PhalApi/Api.php diff | view | raw | blame | history
PhalApi/PhalApi/ApiFactory.php diff | view | raw | blame | history
PhalApi/PhalApi/CUrl.php diff | view | raw | blame | history
PhalApi/PhalApi/Cache.php diff | view | raw | blame | history
PhalApi/PhalApi/Cache/APCU.php diff | view | raw | blame | history
PhalApi/PhalApi/Cache/File.php diff | view | raw | blame | history
PhalApi/PhalApi/Cache/Memcache.php diff | view | raw | blame | history
PhalApi/PhalApi/Cache/Memcached.php diff | view | raw | blame | history
PhalApi/PhalApi/Cache/Multi.php diff | view | raw | blame | history
PhalApi/PhalApi/Cache/None.php diff | view | raw | blame | history
PhalApi/PhalApi/Cache/Redis.php diff | view | raw | blame | history
PhalApi/PhalApi/Config.php diff | view | raw | blame | history
PhalApi/PhalApi/Config/File.php diff | view | raw | blame | history
PhalApi/PhalApi/Config/Yaconf.php diff | view | raw | blame | history
PhalApi/PhalApi/Cookie.php diff | view | raw | blame | history
PhalApi/PhalApi/Cookie/Multi.php diff | view | raw | blame | history
PhalApi/PhalApi/Crypt.php diff | view | raw | blame | history
PhalApi/PhalApi/Crypt/Mcrypt.php diff | view | raw | blame | history
PhalApi/PhalApi/Crypt/MultiMcrypt.php diff | view | raw | blame | history
PhalApi/PhalApi/Crypt/RSA/KeyGenerator.php diff | view | raw | blame | history
PhalApi/PhalApi/Crypt/RSA/MultiBase.php diff | view | raw | blame | history
PhalApi/PhalApi/Crypt/RSA/MultiPri2Pub.php diff | view | raw | blame | history
PhalApi/PhalApi/Crypt/RSA/MultiPub2Pri.php diff | view | raw | blame | history
PhalApi/PhalApi/Crypt/RSA/Pri2Pub.php diff | view | raw | blame | history
PhalApi/PhalApi/Crypt/RSA/Pub2Pri.php diff | view | raw | blame | history
PhalApi/PhalApi/DB.php diff | view | raw | blame | history
PhalApi/PhalApi/DB/NotORM.php diff | view | raw | blame | history
PhalApi/PhalApi/DI.php diff | view | raw | blame | history
PhalApi/PhalApi/Exception.php diff | view | raw | blame | history
PhalApi/PhalApi/Exception/BadRequest.php diff | view | raw | blame | history
PhalApi/PhalApi/Exception/InternalServerError.php diff | view | raw | blame | history
PhalApi/PhalApi/Exception/Redirect.php diff | view | raw | blame | history
PhalApi/PhalApi/Filter.php diff | view | raw | blame | history
PhalApi/PhalApi/Filter/None.php diff | view | raw | blame | history
PhalApi/PhalApi/Filter/SimpleMD5.php diff | view | raw | blame | history
PhalApi/PhalApi/Helper/ApiDesc.php diff | view | raw | blame | history
PhalApi/PhalApi/Helper/ApiList.php diff | view | raw | blame | history
PhalApi/PhalApi/Helper/ApiOnline.php diff | view | raw | blame | history
PhalApi/PhalApi/Helper/TestRunner.php diff | view | raw | blame | history
PhalApi/PhalApi/Helper/Tracer.php diff | view | raw | blame | history
PhalApi/PhalApi/Helper/_Api.php.tpl diff | view | raw | blame | history
PhalApi/PhalApi/Helper/_Domain.php.tpl diff | view | raw | blame | history
PhalApi/PhalApi/Helper/_Model.php.tpl diff | view | raw | blame | history
PhalApi/PhalApi/Helper/api_desc_tpl.php diff | view | raw | blame | history
PhalApi/PhalApi/Helper/api_list_tpl.php diff | view | raw | blame | history
PhalApi/PhalApi/Loader.php diff | view | raw | blame | history
PhalApi/PhalApi/Logger.php diff | view | raw | blame | history
PhalApi/PhalApi/Logger/Explorer.php diff | view | raw | blame | history
PhalApi/PhalApi/Logger/File.php diff | view | raw | blame | history
PhalApi/PhalApi/Model.php diff | view | raw | blame | history
PhalApi/PhalApi/Model/NotORM.php diff | view | raw | blame | history
PhalApi/PhalApi/ModelProxy.php diff | view | raw | blame | history
PhalApi/PhalApi/ModelQuery.php diff | view | raw | blame | history
PhalApi/PhalApi/Request.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter/Array.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter/Base.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter/Boolean.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter/Callable.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter/Callback.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter/Date.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter/Enum.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter/File.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter/Float.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter/Int.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Formatter/String.php diff | view | raw | blame | history
PhalApi/PhalApi/Request/Var.php diff | view | raw | blame | history
PhalApi/PhalApi/Response.php diff | view | raw | blame | history
PhalApi/PhalApi/Response/Explorer.php diff | view | raw | blame | history
PhalApi/PhalApi/Response/Json.php diff | view | raw | blame | history
PhalApi/PhalApi/Response/JsonP.php diff | view | raw | blame | history
PhalApi/PhalApi/Tool.php diff | view | raw | blame | history
PhalApi/PhalApi/Translator.php diff | view | raw | blame | history
PhalApi/PhalApi/functions.php diff | view | raw | blame | history
PhalApi/Tests/Cache/PhalApi_Cache_APCU_Test.php diff | view | raw | blame | history
PhalApi/Tests/Cache/PhalApi_Cache_File_Test.php diff | view | raw | blame | history
PhalApi/Tests/Cache/PhalApi_Cache_Memcache_Test.php diff | view | raw | blame | history
PhalApi/Tests/Cache/PhalApi_Cache_Memcached_Test.php diff | view | raw | blame | history
PhalApi/Tests/Cache/PhalApi_Cache_Multi_Test.php diff | view | raw | blame | history
PhalApi/Tests/Cache/PhalApi_Cache_None_Test.php diff | view | raw | blame | history
PhalApi/Tests/Cache/PhalApi_Cache_Redis_Test.php diff | view | raw | blame | history
PhalApi/Tests/Config/PhalApi_Config_Yaconf_Test.php diff | view | raw | blame | history
PhalApi/Tests/Config/app.php diff | view | raw | blame | history
PhalApi/Tests/Config/dbs.php diff | view | raw | blame | history
PhalApi/Tests/Config/sys.php diff | view | raw | blame | history
PhalApi/Tests/Cookie/PhalApi_Cookie_Multi_Test.php diff | view | raw | blame | history
PhalApi/Tests/Crypt/PhalApi_Crypt_Mcrypt_Test.php diff | view | raw | blame | history
PhalApi/Tests/Crypt/PhalApi_Crypt_MultiCrypt_Mcrypt_Test.php diff | view | raw | blame | history
PhalApi/Tests/Crypt/RSA/PhalApi_Crypt_RSA_MultiPri2Pub_Test.php diff | view | raw | blame | history
PhalApi/Tests/Crypt/RSA/PhalApi_Crypt_RSA_MultiPub2Pri_Test.php diff | view | raw | blame | history
PhalApi/Tests/Crypt/RSA/PhalApi_Crypt_RSA_Pri2Pub_Test.php diff | view | raw | blame | history
PhalApi/Tests/DB/PhalApi_DB_NotORM_Test.php diff | view | raw | blame | history
PhalApi/Tests/Data/Language/zh_cn/common.php diff | view | raw | blame | history
PhalApi/Tests/Data/phalapi_test.sql diff | view | raw | blame | history
PhalApi/Tests/Filter/PhalApi_Filter_None_Test.php diff | view | raw | blame | history
PhalApi/Tests/Filter/PhalApi_Filter_SimpleMd5_Test.php diff | view | raw | blame | history
PhalApi/Tests/Helper/PhalApi_Helper_ApiDesc_Test.php diff | view | raw | blame | history
PhalApi/Tests/Helper/PhalApi_Helper_TestRunner_Test.php diff | view | raw | blame | history
PhalApi/Tests/Helper/PhalApi_Helper_Tracer_Test.php diff | view | raw | blame | history
PhalApi/Tests/Language/zh_cn/common.php diff | view | raw | blame | history
PhalApi/Tests/Logger/PhalApi_Logger_Explorer_Test.php diff | view | raw | blame | history
PhalApi/Tests/Logger/PhalApi_Logger_File_Test.php diff | view | raw | blame | history
PhalApi/Tests/Model/PhalApi_Model_NotORM_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_ApiFactory_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_Api_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_CUrl_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_Config_File_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_Cookie_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_DI_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_Loader_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_ModelProxy_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_ModelQuery_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_Request_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_Response_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_Tool_Test.php diff | view | raw | blame | history
PhalApi/Tests/PhalApi_Translator_Test.php diff | view | raw | blame | history
PhalApi/Tests/Request/Formatter/Classes/FormatterCallbackMyClass.php diff | view | raw | blame | history
PhalApi/Tests/Request/Formatter/Classes/FormatterCallbackMyClass2.php diff | view | raw | blame | history
PhalApi/Tests/Request/Formatter/PhalApi_Request_Formatter_Array_Test.php diff | view | raw | blame | history
PhalApi/Tests/Request/Formatter/PhalApi_Request_Formatter_Boolean_Test.php diff | view | raw | blame | history
PhalApi/Tests/Request/Formatter/PhalApi_Request_Formatter_Callable_Test.php diff | view | raw | blame | history
PhalApi/Tests/Request/Formatter/PhalApi_Request_Formatter_Date_Test.php diff | view | raw | blame | history
PhalApi/Tests/Request/Formatter/PhalApi_Request_Formatter_Enum.php diff | view | raw | blame | history
PhalApi/Tests/Request/Formatter/PhalApi_Request_Formatter_File_Test.php diff | view | raw | blame | history
PhalApi/Tests/Request/PhalApi_Request_Var_Test.php diff | view | raw | blame | history
PhalApi/Tests/phpunit.xml diff | view | raw | blame | history
PhalApi/Tests/test_env.php diff | view | raw | blame | history
PhalApi/Tests/test_file_for_loader.php diff | view | raw | blame | history
PhalApi/build_code.php diff | view | raw | blame | history
PhalApi/build_sqls.php diff | view | raw | blame | history
PhalApi/build_test.php diff | view | raw | blame | history
PhalApi/phalapi-buildapp diff | view | raw | blame | history
PhalApi/phalapi-buildcode diff | view | raw | blame | history
PhalApi/phalapi-buildsqls diff | view | raw | blame | history
PhalApi/phalapi-buildtest diff | view | raw | blame | history
Public/demo/checkApiParams.php diff | view | raw | blame | history
Public/demo/index.php diff | view | raw | blame | history
Public/demo/listAllApis.php diff | view | raw | blame | history
Public/demo/upload.html diff | view | raw | blame | history
Public/index.php diff | view | raw | blame | history
Public/init.php diff | view | raw | blame | history
Public/install/_error.php diff | view | raw | blame | history
Public/install/_footer.php diff | view | raw | blame | history
Public/install/_header.php diff | view | raw | blame | history
Public/install/_start.php diff | view | raw | blame | history
Public/install/_step1.php diff | view | raw | blame | history
Public/install/_step2.php diff | view | raw | blame | history
Public/install/_step3.php diff | view | raw | blame | history
Public/install/index.php diff | view | raw | blame | history
Public/install/static/css/pintuer.css diff | view | raw | blame | history
Public/yfs/index.php diff | view | raw | blame | history
README.md diff | view | raw | blame | history
Runtime/README.md diff | view | raw | blame | history
SDK/C_Sharp/PhalApiClient/PhalApiClient.cs diff | view | raw | blame | history
SDK/C_Sharp/PhalApiClient/PhalApiClientFilter.cs diff | view | raw | blame | history
SDK/C_Sharp/PhalApiClient/PhalApiClientParser.cs diff | view | raw | blame | history
SDK/C_Sharp/PhalApiClient/PhalApiClientParserJson.cs diff | view | raw | blame | history
SDK/C_Sharp/PhalApiClient/PhalApiClientResponse.cs diff | view | raw | blame | history
SDK/Go/PhalApiClient/PhalApiClient.go diff | view | raw | blame | history
SDK/Go/main.go diff | view | raw | blame | history
SDK/JAVA/net/phalapi/sdk/PhalApiClient.java diff | view | raw | blame | history
SDK/JAVA/net/phalapi/sdk/PhalApiClientFilter.java diff | view | raw | blame | history
SDK/JAVA/net/phalapi/sdk/PhalApiClientParser.java diff | view | raw | blame | history
SDK/JAVA/net/phalapi/sdk/PhalApiClientParserJson.java diff | view | raw | blame | history
SDK/JAVA/net/phalapi/sdk/PhalApiClientResponse.java diff | view | raw | blame | history
SDK/JS/demo.html diff | view | raw | blame | history
SDK/JS/js/SDK/PhalApi.js diff | view | raw | blame | history
SDK/JS/js/SDK/jquery.min.js diff | view | raw | blame | history
SDK/Objective-C/PhalApiClient/AFNPhalApiClient/AFNPhalApiClient.h diff | view | raw | blame | history
SDK/Objective-C/PhalApiClient/AFNPhalApiClient/AFNPhalApiClient.m diff | view | raw | blame | history
SDK/Objective-C/PhalApiClient/PhalApiClient.h diff | view | raw | blame | history
SDK/Objective-C/PhalApiClient/PhalApiClient.m diff | view | raw | blame | history
SDK/Objective-C/PhalApiClient/PhalApiClientFilter.h diff | view | raw | blame | history
SDK/Objective-C/PhalApiClient/PhalApiClientFilter.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFDownloadRequestOperation/AFDownloadRequestOperation.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFDownloadRequestOperation/AFDownloadRequestOperation.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFHTTPRequestOperation.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFHTTPRequestOperation.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFHTTPRequestOperationManager.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFHTTPRequestOperationManager.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFHTTPSessionManager.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFHTTPSessionManager.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFNetworkReachabilityManager.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFNetworkReachabilityManager.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFNetworking.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFSecurityPolicy.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFSecurityPolicy.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFURLConnectionOperation.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFURLConnectionOperation.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFURLRequestSerialization.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFURLRequestSerialization.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFURLResponseSerialization.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFURLResponseSerialization.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFURLSessionManager.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/AFURLSessionManager.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/AFNetworkActivityIndicatorManager.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/AFNetworkActivityIndicatorManager.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIActivityIndicatorView+AFNetworking.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIAlertView+AFNetworking.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIAlertView+AFNetworking.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIButton+AFNetworking.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIButton+AFNetworking.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIImageView+AFNetworking.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIImageView+AFNetworking.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIKit+AFNetworking.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIProgressView+AFNetworking.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIProgressView+AFNetworking.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIRefreshControl+AFNetworking.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIRefreshControl+AFNetworking.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIWebView+AFNetworking.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/AFNetworking/UIKit+AFNetworking/UIWebView+AFNetworking.m diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/README.md diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/Singleton.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/XSHttpTool.h diff | view | raw | blame | history
SDK/Objective-C/XSHttpTool/XSHttpTool.m diff | view | raw | blame | history
SDK/PHP/PhalApiClient/PhalApiClient.php diff | view | raw | blame | history
SDK/PHP/PhalApiClient/demo.php diff | view | raw | blame | history
SDK/Python/PhalApiClient/RequestResult.txt diff | view | raw | blame | history
SDK/Python/PhalApiClient/python2.x/PhalApiClient.py diff | view | raw | blame | history
SDK/Python/PhalApiClient/python2.x/__init__.py diff | view | raw | blame | history
SDK/Python/PhalApiClient/python2.x/demo.py diff | view | raw | blame | history
SDK/Python/PhalApiClient/python3.x/PhalApiClient.py diff | view | raw | blame | history
SDK/Python/PhalApiClient/python3.x/__init__.py diff | view | raw | blame | history
SDK/Python/PhalApiClient/python3.x/demo.py diff | view | raw | blame | history
SDK/React-Native/PhalApi.js diff | view | raw | blame | history
SDK/Ruby/PhalApiClient/demo.rb diff | view | raw | blame | history
SDK/Ruby/PhalApiClient/phalapi_client.rb diff | view | raw | blame | history
SDK/Ruby/PhalApiClient/tests/client.rb diff | view | raw | blame | history
SDK/Ruby/PhalApiClient/tests/client_parser_json.rb diff | view | raw | blame | history
SDK/Ruby/PhalApiClient/tests/client_response.rb diff | view | raw | blame | history
SDK/Ruby/PhalApiClient/tests/run_tests diff | view | raw | blame | history
Yfs/Api/Default.php diff | view | raw | blame | history
Yfs/Api/Send.php diff | view | raw | blame | history
Yfs/Api/User.php diff | view | raw | blame | history
Yfs/Common/Util.php diff | view | raw | blame | history
Yfs/Domain/User.php diff | view | raw | blame | history
Yfs/Model/Base.php diff | view | raw | blame | history
Yfs/Model/User.php diff | view | raw | blame | history
composer.json diff | view | raw | blame | history
logo.jpg diff | view | raw | blame | history