Showing
1 changed file
with
4 additions
and
2 deletions
... | @@ -37,8 +37,10 @@ queryId | string | 平台SDK订单号 | ... | @@ -37,8 +37,10 @@ queryId | string | 平台SDK订单号 |
37 | postTime | string | 订单创建时间戳 | 37 | postTime | string | 订单创建时间戳 |
38 | 38 | ||
39 | 验证方式: | 39 | 验证方式: |
40 | -serverSign=MD5(serverId=%s&playerId=%s&orderId=%s&gameAppKey=%s)%s:为相应的值 | 40 | +旧:serverSign=MD5(serverId=%s&playerId=%s&orderId=%s&gameAppKey=%s) |
41 | +升级:sign=Md5('serverId=%s&playerId=%s&orderId=%s&payAmount=%s&goodsId=%s&sdkSimpleName=%s&gameAppKey=%s') | ||
42 | +%s:为相应的值 | ||
41 | gameAppkey : 在公共SDK后台的Md5加密的KEY | 43 | gameAppkey : 在公共SDK后台的Md5加密的KEY |
42 | 验证通过后,返回公共 SDK 服务器数据,数据格式:{"code":0,"message":"无订 单"}。code:0 表示失败,1 表示成功,message:描述原因。 | 44 | 验证通过后,返回公共 SDK 服务器数据,数据格式:{"code":0,"message":"无订 单"}。code:0 表示失败,1 表示成功,message:描述原因。 |
43 | 45 | ||
44 | -`注意!CP必须要以orderId+sdkSimpleName保证订单唯一性` | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
46 | +`注意!CP必须要以orderId+sdkSimpleName保证订单唯一性,建议使用sign` | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment