@myyzs
2017-12-15T08:02:21.000000Z
字数 225
阅读 19
接口地址
/api/tenant-open/update-user-tel?access_token=xxx
注意:access_token参考http://open-doc.fdccloud.com/mysoft-h5/_book/integrate.html
post参数
{
"tenant_id": "",
"openid":"",
"user_tel":""
}
返回值
{
"errcode": 0,//0成功,1失败
"errmsg":""
}