BG-95 Coap uri-query request problem

How to sent uri combined uri and query?

//This is my AT command
//e.g. url=host/url/attributes?query=test

AT+QCOAPOPTION=0,0,0,11,“url/attributes” // option index 0, uri.
AT+QCOAPOPTION=0,0,1,15,“?query=test” // option index 1, uri-request.
AT+QCOAPSEND=0,1,1,3,0

Result only return content at host/url/attributes, not include query.