05/15/2024 15:19:45

Problem description

The request backend interface error: "1002, less parm!missing params: xxx"
Wrong request example:
URL: http://hktest.itop.tencent-cloud.net/v2/auth/verify_login?conn=&seq=&source=1&version=
Return packet: {"ret":1002,"msg":"less parm!missing params: gameid channelid sig os ts","seq":"1605670413-1898709769-021150-0029062981"}

Image description

Causes of the problem

Missing parameters in the request URL

Solution

Please refer to the Backend - Request URL documentation to supplement all the missing parameters in the request URL.

Modified request example:
URL: http://hktest.itop.tencent-cloud.net/v2/auth/verify_login?channelid=2&conn=&gameid=12&os=2&seq=&source=1&ts=1605668008&version=&sig=4e8ac918d3d1327ecd3dd021fc54c1fe
Return packet: {"ret":0,"msg":"user is logged in.","seq":"1605670637-1932026121-013804-0031633903"}

Image description



Copyright © 2024 MSDK.
All rights reserved.

results matching ""

    No results matching ""