Files
OMS/app/omevirtualwms/view/config.html
2025-12-28 23:13:25 +08:00

31 lines
950 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
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>