Home  >  Q&A  >  body text

android - 安卓做前端,PHP做后台服务器 有什么需要注意的?

最近打算和学安卓的朋友通过json交互,一起写个成品出来,因为是第一次开发项目,所以没什么经验

百度上找不到,所以问问论坛里 有经验的前辈,还请多指点下~

大家讲道理大家讲道理2743 days ago747

reply all(4)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 16:54:14

    In terms of security, the transmitted json data has a timestamp and a token that has been encrypted. Verify it when interacting. If the verification passes, process it.

    reply
    0
  • 高洛峰

    高洛峰2017-04-17 16:54:14

    For the interface, add a signed parameter for verification

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 16:54:14

    jwt method is effective, this is what we do

    reply
    0
  • 阿神

    阿神2017-04-17 16:54:14

    oath2

    reply
    0
  • Cancelreply