1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Automated deployment: Tue Jul 28 08:56:10 UTC 2020 35435fddd7

This commit is contained in:
jaywcjlove 2020-07-28 08:56:10 +00:00
parent 6bb8b24787
commit 29bfebea9c
5 changed files with 22 additions and 14 deletions

View File

@ -98,7 +98,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L135">index.d.ts:135</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L135">index.d.ts:135</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -130,7 +130,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L141">index.d.ts:141</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L141">index.d.ts:141</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -162,7 +162,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L146">index.d.ts:146</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L146">index.d.ts:146</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -185,7 +185,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L158">index.d.ts:158</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L158">index.d.ts:158</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -218,7 +218,7 @@
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L152">index.d.ts:152</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L152">index.d.ts:152</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">

View File

@ -240,6 +240,14 @@ Alipay.alipay(payInfo, <span class="hljs-function">(<span class="hljs-params">re
</a>
<p>当前工程基于 <a href="https://github.com/brodybits/create-react-native-module">@brodybits/create-react-native-module</a> 初始化。</p>
<pre><code class="language-bash">npx create-react-native-module --package-identifier com.uiwjs --object-class-name RNAlipay --generate-example Alipay --example-react-native-version 0.63.0 --module-name @uiw/react-native-alipay --github-account uiwjs --author-name <span class="hljs-string">&quot;Kenny Wong&quot;</span> --author-email <span class="hljs-string">&quot;wowohoo@qq.com&quot;</span></code></pre>
<a href="#开发" id="开发" style="color: inherit; text-decoration: none;">
<h2>开发</h2>
</a>
<pre><code class="language-bash"><span class="hljs-built_in">cd</span> example <span class="hljs-comment"># 进入实例 example 工程,根目录不需要安装,会引发错误</span>
yarn install <span class="hljs-comment"># 安装依赖</span>
<span class="hljs-built_in">cd</span> ios <span class="hljs-comment"># 进入 example/ios 目录安装依赖</span>
pod instll <span class="hljs-comment"># 安装依赖</span></code></pre>
<a href="#相关连接" id="相关连接" style="color: inherit; text-decoration: none;">
<h2>相关连接</h2>
</a>

View File

@ -102,7 +102,7 @@
<div class="tsd-signature tsd-kind-icon">memo<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L128">index.d.ts:128</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L128">index.d.ts:128</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -117,7 +117,7 @@
<div class="tsd-signature tsd-kind-icon">result<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L116">index.d.ts:116</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L116">index.d.ts:116</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -141,7 +141,7 @@
<div class="tsd-signature tsd-kind-icon">result<wbr>Status<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"9000"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"4000"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"6001"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"6002"</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L124">index.d.ts:124</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L124">index.d.ts:124</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">

View File

@ -120,7 +120,7 @@
<div class="tsd-signature tsd-kind-icon">memo<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L103">index.d.ts:103</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L103">index.d.ts:103</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -136,7 +136,7 @@
<div class="tsd-signature tsd-kind-icon">result<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L86">index.d.ts:86</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L86">index.d.ts:86</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
@ -160,7 +160,7 @@
<div class="tsd-signature tsd-kind-icon">result<wbr>Status<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"9000"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"8000"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"4000"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"5000"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"6001"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"6002"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"6004"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L98">index.d.ts:98</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L98">index.d.ts:98</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">

View File

@ -103,7 +103,7 @@
<div class="tsd-signature tsd-kind-icon">alipay_<wbr>trade_<wbr>app_<wbr>pay_<wbr>response<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>app_id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>charset<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>code<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>msg<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>out_trade_no<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>seller_id<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>timestamp<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>total_amount<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>trade_no<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L9">index.d.ts:9</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L9">index.d.ts:9</a></li>
</ul>
</aside>
<div class="tsd-type-declaration">
@ -190,7 +190,7 @@
<div class="tsd-signature tsd-kind-icon">sign<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L47">index.d.ts:47</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L47">index.d.ts:47</a></li>
</ul>
</aside>
</section>
@ -200,7 +200,7 @@
<div class="tsd-signature tsd-kind-icon">sign_<wbr>type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"RSA2"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"RSA"</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/6d78177/index.d.ts#L48">index.d.ts:48</a></li>
<li>Defined in <a href="https://github.com/uiwjs/react-native-alipay/blob/35435fd/index.d.ts#L48">index.d.ts:48</a></li>
</ul>
</aside>
</section>