@extends('layouts.base') @section('title', trans('基础设置')) @section('content')
客户端设置
注意区分公众号原始id,两者不一样
开启后在小程序访问,如果用户没有头像昵称的,每次进入会员中心、推广中心弹窗引导用户授权头像、昵称
腾讯位置服务
腾讯位置服务:此处为小程序定位功能,申请开发者密钥(Key), 申请密钥
微信商户设置
1、如果小程序里已经没有了微信支付入口,变成了支付管理,请选择支付管理类型
2、支付管理目前只需要配置小程序里申请的商户号就能支付了,无需配置密钥证书
@if (!empty($set['apiclient_cert'])) 已上传 @else 未上传 @endif 下载证书 cert.zip 中的 apiclient_cert.pem 文件
@if (!empty($set['apiclient_key'])) 已上传 @else 未上传 @endif 下载证书 cert.zip 中的 apiclient_key.pem 文件
提示:当前设置只针对新版微信提现打款(商家转账到零钱功能),用着旧版(企业付款到零钱)功能的请勿开启
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- @if (!empty($set['weixin_root']))--}} {{-- 已上传--}} {{-- @else--}} {{-- 未上传--}} {{-- @endif--}} {{-- 下载证书 cert.zip 中的 rootca.pem 文件--}} {{-- --}} {{--
--}} {{--
--}}
@endsection