XiaoCongGame / sdk-smart-lib

The Android library project for Xiaocong SDK
0 stars 1 forks source link

Doc: Unknown query order info response. #7

Closed thedmd closed 10 years ago

thedmd commented 10 years ago

After purchase I queried info about order:

http://data.xiaocong.tv/queryOrderInfo.action?orderNo=20140424153505&version=2&sign=9fbdd5b2b8553fa9247ec5fe2f83a08d

In response I got:

201~success

Is this valid? Does status codes follow HTTP and all 2xx codes correspond success and should be treated as such?

ReDreamport commented 10 years ago

Sorry, my fault. We just fix it last night. Please test it.The result should be 200~Success. Any status out of the list is our bugs.

thedmd commented 10 years ago

It's working now as expected. Thank you!