<?php
use think\facade\Route;
Route::rule('v1/chat/completions', 'chat/wxchat');
Route::post('/wechatUpload', 'upload/wechatUpload');