mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
다른 액션에서 procMemberRegisterDevice를 호출한 경우에는 response method를 건드리지 않도록 변경
This commit is contained in:
parent
ae44f26bc5
commit
3ece3ed7a4
1 changed files with 4 additions and 1 deletions
|
|
@ -105,7 +105,10 @@ class memberController extends member
|
||||||
*/
|
*/
|
||||||
function procMemberRegisterDevice($member_srl = null, $device_token = null)
|
function procMemberRegisterDevice($member_srl = null, $device_token = null)
|
||||||
{
|
{
|
||||||
Context::setResponseMethod('JSON');
|
if (Context::get('act') === 'procMemberRegisterDevice')
|
||||||
|
{
|
||||||
|
Context::setResponseMethod('JSON');
|
||||||
|
}
|
||||||
|
|
||||||
// Check user_id, password, device_token
|
// Check user_id, password, device_token
|
||||||
$allow_guest_device = config('push.allow_guest_device');
|
$allow_guest_device = config('push.allow_guest_device');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue