|
@@ -93,7 +93,7 @@ func init() {
|
|
|
|
|
|
//分享打开文库赚积分
|
|
|
func OpenShareJydoc(fromId, openId, docId string) {
|
|
|
- fromId = encrypt.SE.DecodeString(fromId)
|
|
|
+ fromId = encrypt.SE.DecodeStringByCheck(fromId)
|
|
|
if fromId == "" || openId == fromId || openId == "" || docId == "" {
|
|
|
return
|
|
|
}
|