[Solved] TP5 Post receive array error: variable type error: array

TP5 post receiving array reports error variable type error: array

The error of the array is:

variable type error:array

Reason: Post submission data cannot submit arrays and objects.

Solution:
Add /a after the data when receiving and /a when transferring objects
for example:

Request::instance()->post('参数/a');

Read More: