500:java.lang.NumberFormatException: null

There are two possible reasons: 

1. Wrong parameter 

2. The value cannot be obtained during type conversion, that is, null (check whether the gid value is obtained in the url column)

Solution: Change the gid of int type to String type to avoid type conversion

Guess you like

Origin blog.csdn.net/weixin_53748496/article/details/127624593