# iServiceSignature
-获取iService签名,去生成token
# 请求参数
Prop | Type | Required | Default | Description |
---|---|---|---|---|
timestamp | String | Y | 16782987653 | 时间戳 |
# 接口请求示例
const timestamp = new Date().getTime();
this.$bridge.iServiceSignature(timestamp)
# 返回参数
Prop | Type | Required | Default | Description |
---|---|---|---|---|
signature | String | Y |
# 接口返回示例
{
signature
}