mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-23 02:45:33 +08:00
31 lines
950 B
HTML
31 lines
950 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<div class="tableform">
|
||
<h3>wms配置</h3>
|
||
<div class="division">
|
||
<form action="index.php?app=omevirtualwms&ctl=admin_wms&act=config" method="post" id="form-reship" >
|
||
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
|
||
<tbody>
|
||
<tr>
|
||
<th>api地址:</th>
|
||
<td><input type="text" name="api_url" value="<{$api_url}>" size=50></td>
|
||
</tr>
|
||
<tr>
|
||
<th>网店证书:</th>
|
||
<td> <input type="text" name="certificate" value="<{$certificate}>" size=50></td>
|
||
</tr>
|
||
<tr>
|
||
<th>证书token:</th>
|
||
<td><input type="text" name="token" value="<{$token}>" size=50></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<div class="table-action">
|
||
<{button label="提交" type="submit" name="submit"}>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div> |