mirror of
https://gitee.com/hotlcc/wechat4j.git
synced 2025-06-22 18:22:44 +08:00
8 lines
342 B
Properties
8 lines
342 B
Properties
# web微信对应的appid
|
|
webwx.appid=wx782c26e4c19acffb
|
|
# httpclient的UserAgent
|
|
wechat4j.userAgent=Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36
|
|
# QRCode图片临时文件前缀
|
|
wechat4j.qrcode.tmpfile.prefix=wechat4j_tmp_
|
|
# 全局重试次数
|
|
wechat4j.retry.time=3 |