Update UserService.php

This commit is contained in:
Anyon 2021-01-08 13:28:03 +08:00
parent c8734a7efb
commit bc4c41efb7

View File

@ -15,7 +15,7 @@ class UserService extends Service
const APITYPE_WEB = 'web';
const APITYPE_WXAPP = 'wxapp';
const APITYPE_WECHAT = 'wechat';
const APITYPE_IOSAPP = 'ios';
const APITYPE_IOSAPP = 'iosapp';
const APITYPE_ANDROID = 'android';
const TYPES = [