Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xjb committed Sep 6, 2023
1 parent dc0e413 commit 035a9b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
27 changes: 12 additions & 15 deletions includes/settings/wp-wechat-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,26 +136,23 @@ function weixinapp_settings_page() {
</tr>

<tr valign="top">
<th scope="row">商户号MCHID</th>
<td><input type="text" name="wf_mchid" style="width:400px; height:40px" value="<?php echo esc_attr( get_option('wf_mchid') ); ?>" /> <p style="color: #959595; display:inline">微信支付商户后台获取</p></td>
</tr>
<th scope="row">商户号MCHID</th>
<td><input type="text" name="wf_mchid" style="width:400px; height:40px" value="<?php echo esc_attr( get_option('wf_mchid') ); ?>" /> <p style="color: #959595; display:inline">微信支付商户后台获取</p></td>
</tr>


<tr valign="top">
<th scope="row">商户支付密钥key</th>
<td><input type="text" name="wf_paykey" style="width:400px; height:40px" value="<?php echo esc_attr( get_option('wf_paykey') ); ?>" /> <p style="color: #959595; display:inline">微信支付商户后台获取</p></td>
</tr>
<tr valign="top">
<th scope="row">商户支付密钥key</th>
<td><input type="text" name="wf_paykey" style="width:400px; height:40px" value="<?php echo esc_attr( get_option('wf_paykey') ); ?>" /> <p style="color: #959595; display:inline">微信支付商户后台获取</p></td>
</tr>

<tr valign="top">
<th scope="row">支付描述</th>
<td><input type="text" name="wf_paybody" style="width:400px; height:40px" value="<?php echo esc_attr( get_option('wf_paybody') ); ?>" /><br /><p style="color: #959595; display:inline">* 商家名称-销售商品类目,例如:守望轩-赞赏</p></td>
</tr>
<tr valign="top">
<th scope="row">支付描述</th>
<td><input type="text" name="wf_paybody" style="width:400px; height:40px" value="<?php echo esc_attr( get_option('wf_paybody') ); ?>" /><br /><p style="color: #959595; display:inline">* 商家名称-销售商品类目,例如:守望轩-赞赏</p></td>
</tr>


<!-- <tr valign="top">
<th scope="row">小程序首页滑动文章ID</th>
<td><input type="text" name="wf_swipe" style="width:400px; height:40px" value="<?php echo esc_attr( get_option('wf_swipe') ); ?>" /><br/><p style="color: #959595; display:inline">* 请用英文半角逗号分隔。该设置将会取消,请使用“扩展设置”。</p></td>
</tr> -->


<tr valign="top">
<th scope="row">在小程序里显示的文章分类id</th>
Expand Down
2 changes: 1 addition & 1 deletion rest-api-to-miniprogram.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: REST API TO MiniProgram 微慕小程序
Plugin URI: https://www.minapper.com
Description: 为微慕小程序提供定制化WordPress REST API json 输出
Version: 4.6.6
Version: 4.6.6.1
Author: jianbo
Author URI: https://www.minapper.com
License: GPL v3
Expand Down

0 comments on commit 035a9b4

Please sign in to comment.