提交 c8187bba authored 作者: 游宗学's avatar 游宗学

no message

上级 28a236d9
......@@ -2,7 +2,7 @@
return array(
//APP最高级别调试权限
'APP_BASE_DUBUG' => 0,
'APP_BASE_DUBUG' => 1,
//调试模式
'IS_DEBUG' => 0,
......
......@@ -19,7 +19,7 @@ class UserInfoHelper extends BaseHelper{
$userInfoModel = D('Api\Userinfo');
$api_authenticate_info = $this->helper('Api\ApiAuthenticate')->getApiAuthenticateByToken($token);
if ($token == 'test'){
$api_authenticate_info['tenant_id'] = 8506;//8506
$api_authenticate_info['tenant_id'] = 71927;//8506
}
$tenant_info = $this->helper('Tenant')->getDateInfoById($api_authenticate_info['tenant_id']);
$user_info = $userInfoModel->where(array('tenant_id'=>$tenant_info['tenant_id']))->find();
......
......@@ -27,7 +27,7 @@ return array(
'FADADA_APPSECRET' => "z6e57QUVSY3Kmr7WZpqnpoQP",
'FADADA_APPID' => "000215",
'FADADA_VERSION'=> '2.0',
'FADADA_DEBUG' => false,
'FADADA_DEBUG' => true,
'FADADA_PORT'=> 9999,
//分期模板id
'Fadada_Contract_Ious_template'=>'MonthPay20161220142902.pdf',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论