forked from ard/ruoyi-api

Administrator
2023-10-26 d772fedd4df8eecb78085c112e4939d29ba1b665
1
2
3
4
5
'use strict'
 
module.exports = function (inp, callback) {
  callback(null, inp + ' BAR (' + process.pid + ')')
}