Example #1
0
 /**
  * 获取请求的POST值
  * @return type
  */
 public function getPostData()
 {
     return array('site_key' => YApp::getConfig('YUC_SITE_KEY'), 'cached' => $this->getJsCachedStatus(), 'yuc_version' => json_encode(YApp::getVersions()), 'posi_team' => json_encode($this->getPositionsIdTeam()), 'posi_request' => json_encode($this->_possid), 'client_ip' => getClientIp(), 'charset' => YApp::getConfig('YUC_RESPONSE_CHARSET'), 'plugin_path' => $this->_plugin_path, 'adl' => YApp::getConfig('YUC_DEV_LANGUAGE'), 'upper_plus' => YApp::getConfig("YUC_UPPER_PLUS"), 'plus_request_version' => YApp::getVersions('YUC_PLUS_REQUEST_VESION'));
 }