SYS.UserDAL.WxLogin

微信登录

Parameters:

Name Type Description
WxCode String

Returns: String

Sample:

Request:

    {
    "jsonrpc": "2.0",
    "method": "SYS.UserDAL.WxLogin",
    "params": {
        "WxCode" : "" /* [String]*/
        
    },
    "id": 1,
    "tags": {
        "usertoken": "",
        "sessionid": ""
    }
  }
Response:
{
  "jsonrpc": "2.0",
  "result": "",
  "error": null,
  "id": 1
}