mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改支付通道
This commit is contained in:
parent
72f8e8c3b7
commit
e3e956f5ab
@ -27,6 +27,7 @@ class Address extends Auth
|
||||
$data = $this->_vali([
|
||||
'uid.value' => $this->uuid,
|
||||
'code.default' => '',
|
||||
'idcode.default' => '',
|
||||
'type.default' => 0,
|
||||
'type.in:0,1' => '地址状态不在范围!',
|
||||
'name.require' => '收货姓名不能为空!',
|
||||
|
@ -15,7 +15,7 @@ class UserService extends Service
|
||||
const APITYPE_WEB = 'web';
|
||||
const APITYPE_WXAPP = 'wxapp';
|
||||
const APITYPE_WECHAT = 'wechat';
|
||||
const APITYPE_IOSAPP = 'iosapp';
|
||||
const APITYPE_IOSAPP = 'ios';
|
||||
const APITYPE_ANDROID = 'android';
|
||||
|
||||
const TYPES = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user