spring social wechat
spring-social-wechat-1.4.1
การเผยแพร่การผลิตมีอยู่ใน Maven Central
implementation ' com.ikasoa:spring-social-wechat:${version} '
< dependency >
< groupId >com.ikasoa</ groupId >
< artifactId >spring-social-wechat</ artifactId >
< version >${version}</ version >
</ dependency >
คุณสามารถตั้งค่าผู้ให้บริการหลายรายในระบบของคุณ
[AppId] , [AppSecret] และพารามิเตอร์อื่นๆ สามารถรับได้จากเว็บไซต์ของผู้ให้บริการ
spring:
social:
wechat:
app-id: [AppId]
app-secret: [AppSecret]
spring:
social:
wechatmp:
app-id: [AppId]
app-secret: [AppSecret]
spring:
social:
wecom:
app-id: [AppId]
agent-id: [AgentId]
app-secret: [Secret]
ชื่อผู้ให้บริการ | รหัสผู้ให้บริการ | ประเภทการอนุญาต | พารามิเตอร์ | ที่จำเป็น (ถ้าคุณใช้แพลตฟอร์มนี้) | ค่าเริ่มต้น |
---|---|---|---|---|---|
แพลตฟอร์มเปิด WeChat | วีแชท | คิวอาร์โค้ด | spring.social.wechat.app-id | ใช่ | |
spring.social.wechat.app-secret | ใช่ | ||||
spring.social.wechat.check-state | เลขที่ | จริง | |||
แพลตฟอร์มบัญชีอย่างเป็นทางการของ WeChat | wechatmp | หน้าเว็บ | spring.social.wechatmp.app-id | ใช่ | |
spring.social.wechatmp.app-secret | ใช่ | ||||
spring.social.wechatmp.check-state | เลขที่ | จริง | |||
งานวีแชต | เรา | คิวอาร์โค้ด | spring.social.wecom.app-id | ใช่ | |
spring.social.wecom.agent-id | ใช่ | ||||
spring.social.wecom.app-secret | ใช่ | ||||
spring.social.wechat.check-state | เลขที่ | จริง |
[ProviderId] นี้จะต้องเป็น 'wechat' , 'wechatmp' หรือ 'wecom' ขึ้นอยู่กับผู้ให้บริการที่คุณเลือก (โปรดดูตารางด้านบน)
< form action =" /signin/[ProviderId] " method =" POST " >
< button type =" submit " > Log in </ button >
</ form >
spring-social-wechat-ตัวอย่าง