01/10/2025 10:53:00
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"}
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"}
All rights reserved.