宝体数据调用接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
433 B

<?php
namespace app\api\model;
use app\common\model\Wxapp as WxappModel;
/**
* 微信小程序模型
* Class Wxapp
* @package app\api\model
*/
class Wxapp extends WxappModel
{
/**
* 隐藏字段
* @var array
*/
protected $hidden = [
'wxapp_id',
'app_name',
'app_id',
'app_secret',
'mchid',
'apikey',
'create_time',
'update_time'
];
}