-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
web api invoke return null #14
Comments
the server is closed, so you can't call the api now |
ths,we are using php,how can we take use of your java code? At 2011-10-26 16:59:23,"Richard Huang" [email protected] wrote:
|
you can deploy the java code as a war |
To view the message, please use an HTML compatible email viewer! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
using php curl invoke:
$url = "https://123.183.209.87:8443/ContactListService/contacts";
$parameters = "account=[email protected]&password=xxx&type=163";
but return null ,how to solve?
The text was updated successfully, but these errors were encountered: