import React from 'react'; import { Row, Col, Card, Divider, Input, Form, Space, Select, message, } from 'antd'; import Styles from './web.module.less'; export default function Web(props) { const { config, setValue } = props; const [messageApi] = message.useMessage(); return ( 每种均可配置一个,相应的服务所使用的帐号请准确对应 网站-微信扫码
<> setValue(`wechat.appId`, e.target.value)}/> <> setValue(`wechat.appSecret`, e.target.value)}/> <> setValue(`wechat.domain`, e.target.value)}/>
网站-微信支付
<> setValue(`wechatPay.appId`, e.target.value)}/> <> setValue(`wechatPay.appSecret`, e.target.value)}/>
Location
<> setValue(`location.hostname`, e.target.value)}/> <> setValue(`location.port`, e.target.value || '')}/> <> setValue(`location.scanPage`, e.target.value)}/>
); }