Gift Package Delivery Notify Interface Description
Description:
- The ULU Platform Server Will Send Request To The Game Develop Server According To This Description.
- After Successfully Receiving The Request, The Game Develop Server Needs To Issue Game Props To The User.
- After Sending The Props, The Game Develop Server Response The Success Or Failure Information To The ULU Platform Server.
- The ULU Platform Server Processes the Response Success or Failure Information And Fnally Returns It To User Whether The Redemption Is Successful Or Failed.
- Signature Type:SHA256 Signature.
Request URL:
Request Method:
Content-Type:
Request Body:
Parameter Name |
Required |
Type |
Describe |
uid |
true |
str(50) |
Uid. |
roleId |
true |
str(255) |
RoleId. |
serverId |
true |
str(255) |
serverId. |
giftCode |
true |
str(255) |
Game Develop Provide. |
cdkCode |
true |
str(255) |
ULU Platform Provide. |
checkFlag |
true |
str(1) |
CdkCode Is Universal,0 For Yes, 1 For No.What Is A Universal Cdk: A Cdk Can Be Claimed By N Users Once. |
sandbox |
true |
str(255) |
Whether The Environment.1: Test, 0: Product. |
signature |
true |
str(20) |
SHA256 Sign Signature. |
Request Body Demo:
{
"uid":"1343444245255643138",
"roleId":"1001200100001",
"serverId":"0001",
"giftCode":"100120giftcode",
"cdkCode":"eLxksa5m2GP24nH95JSs3",
"checkFlag":"0",
"sandbox":1,
"signature":"b6befd6b3a3cfaf4aed1034ec13fad4d9c948dddcf5fb2868a06abe65a9faf54"
}
Response Parameter:
Parameter Name |
Type |
Describe |
returnCode |
Int(10) |
Status Code:1 Is SUCCESS. |
returnMsg |
Str(255) |
Msg |
sendTime |
Str(255) |
Timestamp Of The Shipping Time,exp:1725271615000 |
Successful Response Demo:
{
"returnCode":1,
"returnMsg":"success",
"sendTime":"1725271615000",
}