Untitled

Can I become who I want to be?

That's a tough question but thankfully, our team is on it. Please bear with us while we're investigating.

Have you had a chance to answer the previous question?

Yes, after a few months we finally found the answer. Sadly, Mike is on vacations right now so I'm afraid we are not able to provide the answer at this point.

POST https://api-dev.pooul.com/web/user/session/login_name

用户登陆接口

Request Body

Name
Type
Description

login_name

string

用户名

password

string

密码

string

{
    "code": 0,
    "msg": "success",
    "data": {
        "_id": 344,
        "_type": "Ns::User::CustomerUser",
        "created_at": 1531233870,
        "curr_merchant_id": "7609332123096874",
        "login_name": [
            "pinko"
        ],
        "sex": 0,
        "updated_at": 1531233870,
        "user_name": "pinko"
    }
}

最后更新于

这有帮助吗?