<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[吉凯]通用帮助包sdk相关说明]]></title><description><![CDATA[<h1>通用帮助包sdk相关说明</h1>
<h2>配置私服下载sdk包</h2>
<pre><code class="language-bash">pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip config set global.extra-index-url https://repository.genostack.com/repository/pypi-group/simple
pip install ms-jk-utils==1.0.9
</code></pre>
<blockquote>
<p dir="auto">项目最好指定具体的版本， 本安装包尽可能以向下兼容的方式开发升级</p>
</blockquote>
<h2>项目反射注入的接口说明</h2>
<h3>1. sample</h3>
<h3>2. submit</h3>
<h3>3. download</h3>
<h3>4. read_file</h3>
<h3>5. get_params</h3>
<h3>6. upload_file</h3>
<h3>7. upload_files</h3>
<h3>8. get_template_config</h3>
<pre><code>        mod.bp.route("/sample", methods=['POST'])(sample)
        mod.bp.route("/submit", methods=['POST'])(submit)
        mod.bp.route("/download", methods=['POST'])(download)
        mod.bp.route("/read_file", methods=['POST'])(read_file)
        mod.bp.route("/get_params", methods=['POST'])(get_params)
        mod.bp.route("/upload_file", methods=['POST'])(upload_file)
        mod.bp.route("/upload_files", methods=['POST'])(upload_files)
        mod.bp.route("/get_template_config", methods=['POST'])(get_template_config)
</code></pre>
]]></description><link>http://an.forum.genostack.com/topic/955/吉凯-通用帮助包sdk相关说明</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:34:06 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/955.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Jul 2023 10:45:07 GMT</pubDate><ttl>60</ttl></channel></rss>