2016-08-05 19 views

回答

0

看一看Line提供的URL主題。

Your Channel Web Application can be launched with the following line scheme: 

line://ch/[Channel ID] 
To pass parameters to your application via the line scheme above, append the parameters to the line scheme as shown below: 

line://ch/[Channel ID]/param1/param2?key1=value1&key2=value2 
For example, if the entry URL is https://entry.url/page, the passed parameters will be appended as follows: 

https://entry.url/page/param1/param2?key1=value1&key2=value2 
Note: When adding parameters to the line scheme, make sure to add a slash (/) after the Channel ID as shown below: 

line://ch/[Channel ID]/?key1=value1 
+0

嗨奧列格,對不起,遲到的回覆,我真的很感激你的答案。謝謝! – GaaraMadara

+0

@Oleg如何獲取渠道ID? –

相關問題