2016-08-05 8 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を取得する方法は? –

関連する問題