@custouch/jssdk

    Function findLimit

    • 查询微站权限配置

      Parameters

      • OptionaluaId: string = config.uaId
      • Optionaltype: AccessType = wxConfig.accessType

      Returns
          | null
          | Promise<
              {
                  detail: {
                      notWechatLimit: "base"
                      | "userinfo"
                      | "nothing"
                      | "validateForm";
                      wechatLimit: "base" | "userinfo" | "nothing" | "validateForm";
                  };
              },
          >

    MMNEPVFCICPMFPCPTTAAATR