public
Description: A Rails plugin for Japanese mobile-phones
Homepage: http://jpmobile-rails.org
Clone URL: git://github.com/darashi/jpmobile.git
Click here to lend your support to: jpmobile and make a donation at www.pledgie.com !
[#50] request.ident -> request.mobile.ident
darashi (author)
Tue Nov 25 03:37:22 -0800 2008
commit  e05f2ab0e8bda433368acecd33c73c851dcf68fa
tree    3265697584cf9d534a5316045f40cb370e0ff18b
parent  7e146f80546aab4f2d7c34193f4450da1f35bb40
0
...
130
131
132
133
 
134
135
136
137
 
138
139
140
141
 
142
143
144
...
130
131
132
 
133
134
135
136
 
137
138
139
140
 
141
142
143
144
0
@@ -130,15 +130,15 @@ BUG: 現状、上記の例では index.rhtml が存在しない場合に振り
0
 
0
 === 端末情報の取得
0
 
0
-端末側から通知されている場合、request.ident で
0
+端末側から通知されている場合、request.mobile.ident で
0
 契約に固有の識別子もしくは端末の製造番号を取得できる。
0
 両方存在する場合は契約に固有のIDが優先される。
0
 
0
-* 契約に固有のID (request.ident_subscriber)
0
+* 契約に固有のID (request.mobile.ident_subscriber)
0
   * au: EZ番号(サブスクライバ番号)
0
   * DoCoMo: FOMAカード製造番号
0
   * EMOBILE: EMnet対応端末から通知されるユニークなユーザID
0
-* 端末製造番号 (request.ident_device)
0
+* 端末製造番号 (request.mobile.ident_device)
0
   * DoCoMo: 端末製造番号(FOMA, MOVA)
0
   * SoftBank: 製造番号
0
 

Comments