作者 anyv
1 个管道 的构建 通过 耗费 1 秒

5

... ... @@ -10,7 +10,7 @@ namespace app\portal\controller;
use cmf\controller\WeChatBaseController;
use think\Db;
use lib\sendAPI;
use extend\lib\sendAPI;
class PersonalcenterController extends WeChatBaseController{
... ...
<?php
namespace lib;
namespace extend\lib;
date_default_timezone_set('PRC');//设置时区
/**
* 发送API
... ...