第三方应用配置
{tk()}{$u->hidden('id')}
*
服务商corpid:
{$u->text('corpid','class="form-control"')}
*
服务商ProviderSecret:
{$u->text('providerSecret','class="form-control"')}
*
应用suite_id:
{$u->text('suite_id','class="form-control"')}
*
应用suite_secret:
{$u->text('suite_secret','class="form-control"')}
*
应用token:
{$u->text('token','class="form-control" ')}
*
应用EncodingAESKey:
{$u->text('encodingAESKey','class="form-control"')}
*
指令回调URL:
复制
*
授权类型
{$u->radio(array('0'=>"测试授权"),'auth_type','checked="checked"')}
{$u->radio(array('1'=>"正式授权"),'auth_type')}
*
是否开启授权
{$u->radio(array('0'=>"关闭"),'is_type','checked="checked"')}
{$u->radio(array('1'=>"开启"),'is_type')}