python代碼: # post請求 @local_service.route('/serverName/postInterfaceName', methods=['POST']) @cross_origin(supports_credentials=True) def post_interface_name(): # #讀取json文件當成返回 path = os.path.di