1. 应用付费模块注册

请提供如下相关信息,以"移动采招"应用为例

应用code(app_code) 模块id(app_module_id,应用内唯一) 模块名称(module_name)
3027 203 供方考察

1.1. 获取租户应用授权相关信息

接口地址

https://www.fdccloud.com/api/tenant-open/get-auth-modules?access_token=ACCESS_TOKEN

请求方式

Get

返回结果

成功:

{
    "errcode": 0,//0代表成功
    "errmsg": "ok"
    "data":[
      {
        "app_module_id":"203",//模块id
        "module_name":"供方考察", //模块名称
        "has_authed":true   //是否已经授权  true | false
      },
      {
        "app_module_id":"204",//模块id
        "module_name":"供方考察2", //模块名称
        "has_authed":false   //是否已经授权  true | false
      }
    ]
}

失败:

 {
    "errcode": 错误code,非0,
    "errmsg": "错误信息"
    "data":""
}

results matching ""

    No results matching ""