mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-06 14:55:37 +08:00
22 lines
589 B
HTML
22 lines
589 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<table width="100%" cellspacing="0" cellpadding="0" border="0" >
|
||
<tbody>
|
||
<tr>
|
||
<th ><em class="c-red">*</em>渠道节点号:</th>
|
||
<td>
|
||
<{input type="text&&required" size="32" name="config[node_id]" value="{$config.node_id}"}>
|
||
</td>
|
||
</tr>
|
||
</tr>
|
||
<tr>
|
||
<th >渠道通信API地址:</th>
|
||
<td>
|
||
<{input type="text" size="40" name="config[url]" value="{$config.url}"}>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table> |