|
|
|
|
@ -15,8 +15,8 @@ class PEISApiController extends Controller
|
|
|
|
|
|
|
|
|
|
public static function Api($url_code, $code)
|
|
|
|
|
{
|
|
|
|
|
// $url = 'https://dqgatjzx-wx.sixinyun.com';
|
|
|
|
|
$url = 'https://dqgatjzx-wx.cjy.net.cn';
|
|
|
|
|
$url = 'https://dqgatjzx-wx.sixinyun.com';
|
|
|
|
|
// $url = 'https://dqgatjzx-wx.cjy.net.cn';
|
|
|
|
|
$api['获取答题结果'] = "{$url}/PEISCommon/EvalQuestionAnswer/{$code}";
|
|
|
|
|
$api['获取题目列表'] = "{$url}/PEISCommon/GetQuestionList/{$code}";
|
|
|
|
|
$api['团检预约取消'] = "{$url}/PEISCommon/CancelUnitAppointment/{$code}";
|
|
|
|
|
|