From 0fadd3dbc0677d7231817c902103303ab2b9278e Mon Sep 17 00:00:00 2001 From: xiafang Date: Sat, 25 Feb 2023 14:26:38 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/felord/payment/wechat/v3/WechatSmartGuideApi.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/v3/WechatSmartGuideApi.java b/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/v3/WechatSmartGuideApi.java index 8e5088c..a2a6407 100644 --- a/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/v3/WechatSmartGuideApi.java +++ b/payment-spring-boot-autoconfigure/src/main/java/cn/felord/payment/wechat/v3/WechatSmartGuideApi.java @@ -109,9 +109,9 @@ public class WechatSmartGuideApi extends AbstractApi { } /** - * 服务人员分配API + * 服务人员查询API *

- * 用于开发者在顾客下单后为顾客分配服务人员使用。 + * 用于商户开发者查询已注册的服务人员ID等信息。 *

* 成功返回后请自行使用{@link SignatureProvider#decryptResponseMessage(String, String)}解密敏感字段。 *