如何实现接口 使自己开发的移动端通过该接口进行登录
你是想在移动端验证用户身份,然后做后续操作么?
用 /rest/v2/oauth/token,可以获取token。 然后通过这个token调用你写的API。
https://doc.cuba-platform.com/manual-latest/rest_api_v2_ex_get_token.html
如何实现接口 使自己开发的移动端通过该接口进行登录
你是想在移动端验证用户身份,然后做后续操作么?
用 /rest/v2/oauth/token,可以获取token。 然后通过这个token调用你写的API。
https://doc.cuba-platform.com/manual-latest/rest_api_v2_ex_get_token.html